From: Shane Jaroch Date: Thu, 8 Jan 2026 23:08:12 +0000 (-0500) Subject: remove redundant --help pointg from subcommands X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=d21f2ec4f3de70c1342fc9b84787789209cb1d2b;p=gamesguru%2Fgit-remote-gcrypt.git remove redundant --help pointg from subcommands --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index ab581a3..d6ab253 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -86,7 +86,6 @@ while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do case "$1" in --force|-f) FORCE_CLEAN=yes ;; - help|--help|-h) show_help; exit 0 ;; -*) echo "Unknown option: $1" >&2; exit 1 ;; *) if [ -z "$URL" ]; then