aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-25 18:21:51 -0300
committerEuAndreh <eu@euandre.org>2022-03-25 18:21:51 -0300
commit837e32d65ef039e0b95472d544f862716a861ecc (patch)
treebe1c9740515a11777ba943fe60dc9873d3b27be1 /src/bin
parenttmux.conf: Add keybinding to set the root on the current session (diff)
downloaddotfiles-837e32d65ef039e0b95472d544f862716a861ecc.tar.gz
dotfiles-837e32d65ef039e0b95472d544f862716a861ecc.tar.xz
src/bin/backup: Indent documentation heredocs
Diffstat (limited to 'src/bin')
-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