From 837e32d65ef039e0b95472d544f862716a861ecc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Mar 2022 18:21:51 -0300 Subject: src/bin/backup: Indent documentation heredocs --- src/bin/backup | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') 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 -- cgit v1.3