From 873ecf5bf6e27cd6668e217e018743f976f7b35a Mon Sep 17 00:00:00 2001 From: con-f-use Date: Sat, 19 Dec 2020 00:32:48 +0100 Subject: [PATCH] fixup: remove early help --- yadm | 3 --- 1 file changed, 3 deletions(-) diff --git a/yadm b/yadm index 1d0c30b..e75f6b3 100755 --- a/yadm +++ b/yadm @@ -1404,9 +1404,6 @@ function process_global_args() { -V|--version) version ;; - -h|--help) - help - ;; -Y|--yadm-dir) # override the standard YADM_DIR if [[ ! "$2" =~ ^/ ]] ; then error_out "You must specify a fully qualified yadm directory"