We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315ce9e commit 1ad693cCopy full SHA for 1ad693c
src/args.rs
@@ -19,7 +19,7 @@ impl Args {
19
Arg::with_name("long")
20
.short("l")
21
.long("long")
22
- .help("use the six dice word list instead of the four dice one"),
+ .help("use the five dice word list instead of the four dice one"),
23
)
24
.arg(
25
Arg::with_name("manual")
0 commit comments