Skip to content

Commit

Permalink
Correct alphabetization
Browse files Browse the repository at this point in the history
  • Loading branch information
Twi1ightSparkle committed Nov 27, 2022
1 parent 628caea commit 5784e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Usage: ./borg.sh <command> [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
Expand All @@ -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
Expand Down

0 comments on commit 5784e0f

Please sign in to comment.