Skip to content

Commit

Permalink
docs(examples): Fix help output
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 25, 2022
1 parent 6835dfa commit 731d18f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ $ git stash -h
git[EXE]-stash

USAGE:
git stash[EXE] [OPTIONS]
git stash[EXE] <SUBCOMMAND>
git[EXE] stash [OPTIONS]
git[EXE] stash <SUBCOMMAND>

OPTIONS:
-h, --help Print help information
Expand All @@ -98,7 +98,7 @@ $ git stash push -h
git[EXE]-stash-push

USAGE:
git stash[EXE] push [OPTIONS]
git[EXE] stash push [OPTIONS]

OPTIONS:
-h, --help Print help information
Expand All @@ -108,7 +108,7 @@ $ git stash pop -h
git[EXE]-stash-pop

USAGE:
git stash[EXE] pop [STASH]
git[EXE] stash pop [STASH]

ARGS:
<STASH>
Expand Down

0 comments on commit 731d18f

Please sign in to comment.