diff options
author | EuAndreh <eu@euandre.org> | 2022-08-15 14:48:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-15 14:49:25 -0300 |
commit | 9ab3b81bf9064f7ebb70e761e538d27465b9e1da (patch) | |
tree | e5b2c0615c865e833f8a914287d78ea699770c66 /bin/backup | |
parent | mv etc/sh/check.sh bin/check: Also use generic ShellCommand command (diff) | |
download | dotfiles-9ab3b81bf9064f7ebb70e761e538d27465b9e1da.tar.gz dotfiles-9ab3b81bf9064f7ebb70e761e538d27465b9e1da.tar.xz |
bin/backup: Fix "Usage" documentation of -q flag
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |