Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
chenasraf committed Aug 21, 2024
1 parent 04e7e69 commit d8f369e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Commands:
prs|mrs Open the PR list
pr|mr Create a new PR or open existing one
pr|mr <source branch> Create a new PR or open existing one for given branch
pr|mr <source> <target> Create a new PR or open existing one for given branch
pr|mr <source> <target> Create a new PR or open existing one for given source and target
actions|pipelines|ci Open the CI/CD pipelines

Flags:
Expand Down
2 changes: 1 addition & 1 deletion git-open.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ git_open() {
echo " prs|mrs Open the PR list"
echo " pr|mr Create a new PR or open existing one"
echo " pr|mr <source branch> Create a new PR or open existing one for given branch"
echo " pr|mr <source> <target> Create a new PR or open existing one for given branch"
echo " pr|mr <source> <target> Create a new PR or open existing one for given source and target"
echo " actions|pipelines|ci Open the CI/CD pipelines"
echo
echo "Flags:"
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Commands:
prs|mrs Open the PR list
pr|mr Create a new PR or open existing one
pr|mr <source branch> Create a new PR or open existing one for given branch
pr|mr <source> <target> Create a new PR or open existing one for given branch
pr|mr <source> <target> Create a new PR or open existing one for given source and target
actions|pipelines|ci Open the CI/CD pipelines

Flags:
Expand Down

0 comments on commit d8f369e

Please sign in to comment.