home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Fri, 4 Apr 2025 11:18:39 +0000 (13:18 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 4 Apr 2025 11:18:39 +0000 (13:18 +0200)
testing/home/desktop/.local/bin/borgplom

index 8f71fbe2fc46bae0ee6e1653ed49ef954802fcd5..76d756c9e8f127f9621741683211104e29f5ce1b 100755 (executable)
@@ -19,7 +19,7 @@ path_repo_location() { printf '%s' "${PATH_BORG_CONF_SECURITY}/${1}/location"; }
 
 # exits
 error_exit() { abort "Aborting due to $1"; }
-error_exit_with_usage() { error_exit "${1}\n\n$(_print_usage)"; }
+error_exit_with_usage() { error_exit "${1}\n\n$(print_usage)"; }
 
 # commands
 USAGE_INDICES='backup_keys claim help keys orgpull'
@@ -98,7 +98,7 @@ CMDFNC_claim() {
 USAGE_DESC_help='print this help and exit'
 CMDFNC_help() {
     _check_args_n 0 "$@"
-    _print_usage
+    print_usage
 }
 
 USAGE_DESC_keys='list known repos in ID, key filename, and alleged location'