Skip to content

Commit d4ce353

Browse files
committed
fix typo in help message
Signed-off-by: Luke-zhang-04 <[email protected]>
1 parent add14cf commit d4ce353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/onefetch/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl Cli {
222222
.arg(
223223
Arg::with_name("off")
224224
.long("off")
225-
.help("Only shows the info lines. DEPRECATED: use \"--hide-logo\" true instead.")
225+
.help("Only shows the info lines. DEPRECATED: use \"--hide-logo true\" instead.")
226226
.conflicts_with_all(&["image", "ascii-language", "ascii-input", "hide-logo"]),
227227
)
228228
.arg(

0 commit comments

Comments
 (0)