From 8ff128b9e321e14ad4f778479adf1d67ec8c7300 Mon Sep 17 00:00:00 2001 From: Andreas Salhus Bakseter <141913422+baksetercx@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:57:14 +0200 Subject: [PATCH] Update README --- README.md | 2 +- ghelper | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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