From d21f2ec4f3de70c1342fc9b84787789209cb1d2b Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Thu, 8 Jan 2026 18:08:12 -0500 Subject: [PATCH] remove redundant --help pointg from subcommands --- git-remote-gcrypt | 1 - 1 file changed, 1 deletion(-) 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 -- 2.52.0