From ad925a002e4375ce0c0fa97c42505f8c5305fe48 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 Mar 2023 07:46:33 -0300 Subject: scripts/: Consistent spacing between usage and help strings --- src/infrastructure/scripts/deploy.sh | 1 + src/infrastructure/scripts/report.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/infrastructure/scripts/deploy.sh b/src/infrastructure/scripts/deploy.sh index 65a50c1..7b3f0f4 100755 --- a/src/infrastructure/scripts/deploy.sh +++ b/src/infrastructure/scripts/deploy.sh @@ -12,6 +12,7 @@ usage() { help() { cat <<-'EOF' + Options: -h, --help show this message diff --git a/src/infrastructure/scripts/report.sh b/src/infrastructure/scripts/report.sh index 7523ae2..54fbcd8 100755 --- a/src/infrastructure/scripts/report.sh +++ b/src/infrastructure/scripts/report.sh @@ -12,6 +12,7 @@ usage() { help() { cat <<-'EOF' + Options: -C REPO change to REPO when doing Git operations (default: $PWD) -o DIRECTORY the directory where to place the generated files -- cgit v1.2.3