aboutsummaryrefslogtreecommitdiff
path: root/bin/backup
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-15 14:48:10 -0300
committerEuAndreh <eu@euandre.org>2022-08-15 14:49:25 -0300
commit9ab3b81bf9064f7ebb70e761e538d27465b9e1da (patch)
treee5b2c0615c865e833f8a914287d78ea699770c66 /bin/backup
parentmv etc/sh/check.sh bin/check: Also use generic ShellCommand command (diff)
downloaddotfiles-9ab3b81bf9064f7ebb70e761e538d27465b9e1da.tar.gz
dotfiles-9ab3b81bf9064f7ebb70e761e538d27465b9e1da.tar.xz
bin/backup: Fix "Usage" documentation of -q flag
Diffstat (limited to 'bin/backup')
-rwxr-xr-xbin/backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backup b/bin/backup
index 763c693..0ebef43 100755
--- a/bin/backup
+++ b/bin/backup
@@ -4,7 +4,7 @@ set -eu
usage() {
cat <<-'EOF'
Usage:
- backup -q [-C COMMENT] [ARCHIVE_TAG]
+ backup [-q] [-C COMMENT] [ARCHIVE_TAG]
backup -h
EOF
}