diff options
author | EuAndreh <eu@euandre.org> | 2022-05-16 00:08:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-16 00:08:51 -0300 |
commit | d51aa1dd6ffe5ca8ef6f44d3fb82fa8ac33d047a (patch) | |
tree | 92c5c4749fb13922177fe802126ab9a91575440e /bin | |
parent | Use TinyCC as the default value of $CC (diff) | |
download | dotfiles-d51aa1dd6ffe5ca8ef6f44d3fb82fa8ac33d047a.tar.gz dotfiles-d51aa1dd6ffe5ca8ef6f44d3fb82fa8ac33d047a.tar.xz |
bin/backup: Fix indentation of help text
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/backup | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -14,13 +14,13 @@ help() { Options: - -v enable verbose mode, useful for - interactive sessions - -C COMMENT the comment text to be attached to the archive - -h, --help show this message + -v enable verbose mode, useful for + interactive sessions + -C COMMENT the comment text to be attached to the archive + -h, --help show this message - ARCHIVE_TAG the tag used to create the new - backup (default: "cronjob") + ARCHIVE_TAG the tag used to create the new + backup (default: "cronjob") The repository is expected to have been created with: |