diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:21:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:21:51 -0300 |
| commit | 837e32d65ef039e0b95472d544f862716a861ecc (patch) | |
| tree | be1c9740515a11777ba943fe60dc9873d3b27be1 /src | |
| parent | tmux.conf: Add keybinding to set the root on the current session (diff) | |
| download | dotfiles-837e32d65ef039e0b95472d544f862716a861ecc.tar.gz dotfiles-837e32d65ef039e0b95472d544f862716a861ecc.tar.xz | |
src/bin/backup: Indent documentation heredocs
Diffstat (limited to 'src')
| -rwxr-xr-x | src/bin/backup | 18 |
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 |
