Skip to content

Commit 0a3eadb

Browse files
yoichispenserblack
andauthored
makes the grammar among the option arg help more consistent
Co-authored-by: Spenser Black <[email protected]>
1 parent 1226801 commit 0a3eadb

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
@@ -124,7 +124,7 @@ impl Cli {
124124
.max_values(1)
125125
.possible_values(&["16", "32", "64", "128", "256"])
126126
.default_value("16")
127-
.help("NUM of colors [16, 32, 64, 128, 256] used in image backend."),
127+
.help("NUM of colors [16, 32, 64, 128, 256] to use in image backend."),
128128
)
129129
.arg(
130130
Arg::with_name("no-merge-commits")

0 commit comments

Comments
 (0)