diff --git a/README.md b/README.md index 3aa1230..c774744 100644 --- a/README.md +++ b/README.md @@ -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. ``` diff --git a/ghelper b/ghelper index 91910ee..02cb7c6 100755 --- a/ghelper +++ b/ghelper @@ -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