From c49f128c039e414fced8a681e7b63e59d8fe15cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 19:06:27 +0200 Subject: [PATCH] ngcp: fix --help text --- ngcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngcp.sh b/ngcp.sh index 6af74ae..9ddb24d 100755 --- a/ngcp.sh +++ b/ngcp.sh @@ -45,7 +45,7 @@ for flag in "$@"; do echo " pick <...> Cherry-pick commits for the remote branch." echo " pull Pulls the changes to the local branch." echo "Options:" - echo " --automatic Exit with no changes if merge conflict and instructs the user to pull manually. This option if for automation." + echo " --automatic Exit with no changes if merge conflict and instructs the user to pull manually. Use this option for automation." exit fi done