fixup: remove early help

This commit is contained in:
con-f-use 2020-12-19 00:32:48 +01:00 committed by GitHub
parent d63e4d1162
commit 873ecf5bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

3
yadm
View File

@ -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"