Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Apr 19, 2024
1 parent 87e2042 commit 8ff128b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Usage: ghelper [subcommand] [options]
Subcommand:
commit: Create a new branch, add/delete files, and open/merge a pull request.
exec: Execute a shell command in multiple git repositories.
exec: Execute a shell command and log the output.
-h, --help: Show this help message.
```
Expand Down
2 changes: 1 addition & 1 deletion ghelper
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ root_help() {
echo "Subcommand:"
echo ""
echo "commit: Create a new branch, add/delete files, and open/merge a pull request."
echo "exec: Execute a shell command in multiple git repositories."
echo "exec: Execute a shell command and log the output."
echo ""
echo "-h, --help: Show this help message."
exit 0
Expand Down

0 comments on commit 8ff128b

Please sign in to comment.