Skip to content

Commit

Permalink
Merge pull request #3571 from epage/fixes
Browse files Browse the repository at this point in the history
docs: Fix examples
  • Loading branch information
epage committed Mar 23, 2022
2 parents 6657d01 + 4161b16 commit edf75cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
name: CI
on:
pull_request:
paths:
- '**'
- '!/*.md'
- '!/docs/**'
- "!/LICENSE-*"
push:
branches:
- master
paths:
- '**'
- '!/*.md'
- '!/docs/**'
- "!/LICENSE-*"
branches: [master]
schedule:
- cron: '3 3 3 * *'
jobs:
Expand Down
8 changes: 4 additions & 4 deletions examples/git-derive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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>
Expand Down
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 [OPTIONS]
git stash <SUBCOMMAND>
git stash[EXE] [OPTIONS]
git stash[EXE] <SUBCOMMAND>

OPTIONS:
-h, --help Print help information
Expand All @@ -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
Expand All @@ -108,7 +108,7 @@ $ git stash pop -h
git[EXE]-stash-pop

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

ARGS:
<STASH>
Expand Down

0 comments on commit edf75cc

Please sign in to comment.