ngcp: fix --help text

This commit is contained in:
2026-06-13 19:13:10 +02:00
parent 785b747ebc
commit c49f128c03
+1 -1
View File
@@ -45,7 +45,7 @@ for flag in "$@"; do
echo " pick <commit 1> <commit2> <...> Cherry-pick commits for the remote branch." echo " pick <commit 1> <commit2> <...> Cherry-pick commits for the remote branch."
echo " pull Pulls the changes to the local branch." echo " pull Pulls the changes to the local branch."
echo "Options:" 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 exit
fi fi
done done