We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a125ffb commit 500155aCopy full SHA for 500155a
1 file changed
source/code2text/src/main.rs
@@ -34,7 +34,7 @@ struct Arguments {
34
35
fn parse_args() -> Arguments {
36
let m = App::new("code2text")
37
- .help("code2text")
+ .help("code2text - this program generates random words from text files.")
38
.about("code2text - generate random words from code/text")
39
.version("0.1.0")
40
.author("Jared Bruni (jaredbruni@protonmail.com)")
0 commit comments