From 731d18f300919a396eee62253f31239b9b02a943 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 25 Mar 2022 07:20:46 -0500 Subject: [PATCH] docs(examples): Fix help output --- examples/git.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/git.md b/examples/git.md index 9bd9f57b41d..2cdfe653b3c 100644 --- a/examples/git.md +++ b/examples/git.md @@ -81,8 +81,8 @@ $ git stash -h git[EXE]-stash USAGE: - git stash[EXE] [OPTIONS] - git stash[EXE] + git[EXE] stash [OPTIONS] + git[EXE] stash OPTIONS: -h, --help Print help information @@ -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 @@ -108,7 +108,7 @@ $ git stash pop -h git[EXE]-stash-pop USAGE: - git stash[EXE] pop [STASH] + git[EXE] stash pop [STASH] ARGS: