mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
docs(examples): Fix help output
This commit is contained in:
parent
6835dfa978
commit
731d18f300
1 changed files with 4 additions and 4 deletions
|
@ -81,8 +81,8 @@ $ git stash -h
|
||||||
git[EXE]-stash
|
git[EXE]-stash
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
git stash[EXE] [OPTIONS]
|
git[EXE] stash [OPTIONS]
|
||||||
git stash[EXE] <SUBCOMMAND>
|
git[EXE] stash <SUBCOMMAND>
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
-h, --help Print help information
|
-h, --help Print help information
|
||||||
|
@ -98,7 +98,7 @@ $ git stash push -h
|
||||||
git[EXE]-stash-push
|
git[EXE]-stash-push
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
git stash[EXE] push [OPTIONS]
|
git[EXE] stash push [OPTIONS]
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
-h, --help Print help information
|
-h, --help Print help information
|
||||||
|
@ -108,7 +108,7 @@ $ git stash pop -h
|
||||||
git[EXE]-stash-pop
|
git[EXE]-stash-pop
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
git stash[EXE] pop [STASH]
|
git[EXE] stash pop [STASH]
|
||||||
|
|
||||||
ARGS:
|
ARGS:
|
||||||
<STASH>
|
<STASH>
|
||||||
|
|
Loading…
Reference in a new issue