Skip to content

Commit d6202bc

Browse files
committed
Fix doccomment
1 parent 14055ca commit d6202bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ struct Cli {
1717
/// Log debug messages
1818
#[arg(long, global = true)]
1919
log_debug: bool,
20-
#[arg(long, global = true)]
2120
/// Log in JSON format
21+
#[arg(long, global = true)]
2222
log_json: bool,
2323
// TODO still missing
2424
// Name: "log-dcap-quote",

0 commit comments

Comments
 (0)