aboutsummaryrefslogtreecommitdiff
path: root/src/bin/backup
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/backup')
-rwxr-xr-xsrc/bin/backup18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/bin/backup b/src/bin/backup
index 159f8db1..934062f9 100755
--- a/src/bin/backup
+++ b/src/bin/backup
@@ -3,21 +3,21 @@ set -eu
usage() {
cat <<-'EOF'
- Usage:
- backup [ARCHIVE_TAG [COMMENT]]
- backup -h
-EOF
+ Usage:
+ backup [ARCHIVE_TAG [COMMENT]]
+ backup -h
+ EOF
}
help() {
cat <<-'EOF'
- ARCHIVE_TAG defaults to "cronjob".
- COMMENT defaults to an empty string.
+ ARCHIVE_TAG defaults to "cronjob".
+ COMMENT defaults to an empty string.
- Options:
- -h, --help show this message
-EOF
+ Options:
+ -h, --help show this message
+ EOF
}
for flag in "$@"; do