Skip to content

Commit 8e86336

Browse files
committed
docs
1 parent 6a0cdac commit 8e86336

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ man-dir = "./release/man"
3030
[[package.metadata.bashman.switches]]
3131
short = "-h"
3232
long = "--help"
33-
description = "Print help information."
33+
description = "Print help information to STDOUT and exit."
3434

3535
[[package.metadata.bashman.switches]]
3636
long = "--no-bash"
@@ -51,7 +51,7 @@ description = "Print the supported target triples (for use with -t/--target) to
5151
[[package.metadata.bashman.switches]]
5252
short = "-V"
5353
long = "--version"
54-
description = "Print application version."
54+
description = "Print version information to STDOUT and exit."
5555

5656
[[package.metadata.bashman.options]]
5757
short = "-m"

src/err.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ USAGE:
3131
cargo bashman [FLAGS] [OPTIONS]
3232
3333
FLAGS:
34-
-h, --help Prints help information.
34+
-h, --help Print help information to STDOUT and exit.
3535
--no-bash Do not generate BASH completions.
3636
--no-credits Do not generate CREDITS.md.
3737
--no-man Do not generate MAN page(s).
3838
--print-targets Print the supported target triples (for use
3939
with -t/--target) to STDOUT and exit.
40-
-V, --version Prints version information.
40+
-V, --version Print version information to STDOUT and exit.
4141
4242
OPTIONS:
4343
-m, --manifest-path <FILE> Read file paths from this list.

0 commit comments

Comments
 (0)