Skip to content

Commit a979645

Browse files
committed
brings help text up to date with json feature
1 parent fdf4071 commit a979645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Options:
7474
amount of time to calculate
7575
7676
-j, --json
77-
Print attributes in JSON format
77+
Print attributes and word samples in JSON format
7878
7979
-s, --samples
8080
Print a handful of pseudorandomly selected words from the created list

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct Args {
3333
#[clap(short = 'A', long = "attributes", action = clap::ArgAction::Count)]
3434
attributes: u8,
3535

36-
/// Print attributes in JSON format
36+
/// Print attributes and word samples in JSON format
3737
#[clap(short = 'j', long = "json")]
3838
attributes_as_json: bool,
3939

0 commit comments

Comments
 (0)