From 5784e0f78901d5d8b3ccc21cf0bb975af158bd9a Mon Sep 17 00:00:00 2001 From: Twilight Sparkle <19155609+Twi1ightSparkle@users.noreply.github.com> Date: Sun, 27 Nov 2022 16:00:11 +0000 Subject: [PATCH] Correct alphabetization --- src/help.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/help.sh b/src/help.sh index 1c20e6f..85ed919 100755 --- a/src/help.sh +++ b/src/help.sh @@ -27,9 +27,9 @@ Usage: ./borg.sh [options] [backup_name] commands: -b, --backup Create new backup -c, --compact Free up repository space by compacting segments - -d, --diff NAME2 Diff backup NAME2 and backup_name -D, --delete Delete backup(s). backup_name option can be specified. If not, backups matching BORG_BACKUP_PREFIX will be deleted + -d, --diff NAME2 Diff backup NAME2 and backup_name -e, --export Generate export commands to manually run borg commands -i, --info Display detailed information about the repo or a backup if backup_name is specified -I, --init Initialize a new backup repository @@ -53,8 +53,8 @@ Dry-run mode: Pass --live option to execute. --backup --delete - --prune --export + --prune Additional documentation in the README.md file or at https://github.com/twi1ightsparkle/borg