mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
docs: Fix examples
CI didn't run for #3570, so we missed that some things were off on Windows.
This commit is contained in:
parent
6657d01c37
commit
429e1d3f31
2 changed files with 8 additions and 8 deletions
|
@ -83,8 +83,8 @@ $ git-derive stash -h
|
|||
git-derive[EXE]-stash
|
||||
|
||||
USAGE:
|
||||
git-derive stash [OPTIONS]
|
||||
git-derive stash <SUBCOMMAND>
|
||||
git-derive[EXE] stash [OPTIONS]
|
||||
git-derive[EXE] stash <SUBCOMMAND>
|
||||
|
||||
OPTIONS:
|
||||
-h, --help Print help information
|
||||
|
@ -100,7 +100,7 @@ $ git-derive stash push -h
|
|||
git-derive[EXE]-stash-push
|
||||
|
||||
USAGE:
|
||||
git-derive stash push [OPTIONS]
|
||||
git-derive[EXE] stash push [OPTIONS]
|
||||
|
||||
OPTIONS:
|
||||
-h, --help Print help information
|
||||
|
@ -110,7 +110,7 @@ $ git-derive stash pop -h
|
|||
git-derive[EXE]-stash-pop
|
||||
|
||||
USAGE:
|
||||
git-derive stash pop [STASH]
|
||||
git-derive[EXE] stash pop [STASH]
|
||||
|
||||
ARGS:
|
||||
<STASH>
|
||||
|
|
|
@ -81,8 +81,8 @@ $ git stash -h
|
|||
git[EXE]-stash
|
||||
|
||||
USAGE:
|
||||
git stash [OPTIONS]
|
||||
git stash <SUBCOMMAND>
|
||||
git stash[EXE] [OPTIONS]
|
||||
git stash[EXE] <SUBCOMMAND>
|
||||
|
||||
OPTIONS:
|
||||
-h, --help Print help information
|
||||
|
@ -98,7 +98,7 @@ $ git stash push -h
|
|||
git[EXE]-stash-push
|
||||
|
||||
USAGE:
|
||||
git stash push [OPTIONS]
|
||||
git stash[EXE] push [OPTIONS]
|
||||
|
||||
OPTIONS:
|
||||
-h, --help Print help information
|
||||
|
@ -108,7 +108,7 @@ $ git stash pop -h
|
|||
git[EXE]-stash-pop
|
||||
|
||||
USAGE:
|
||||
git stash pop [STASH]
|
||||
git stash[EXE] pop [STASH]
|
||||
|
||||
ARGS:
|
||||
<STASH>
|
||||
|
|
Loading…
Reference in a new issue