aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-13 19:04:10 -0300
committerEuAndreh <eu@euandre.org>2021-06-13 19:04:10 -0300
commita465f5953c46d2f21ff737c4328f421b15935a3d (patch)
treecd8a2ea2401dcd7ed60479c4cfbd5d9f4ecb145b /src
parentaux/workflow/dist.sh: Improve checks before tagging (diff)
downloadremembering-a465f5953c46d2f21ff737c4328f421b15935a3d.tar.gz
remembering-a465f5953c46d2f21ff737c4328f421b15935a3d.tar.xz
src/remembering.sh: Use "cat <<EOF" for printing help string
Diffstat (limited to '')
-rwxr-xr-xsrc/remembering.sh13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/remembering.sh b/src/remembering.sh
index a0beee8..a0bf970 100755
--- a/src/remembering.sh
+++ b/src/remembering.sh
@@ -6,14 +6,15 @@ usage() {
}
help() {
- echo '
+ cat <<EOF
Options:
- -p profile to be used for gathering and storing data
- -c command to be run, reading from STDIN, writing to STDOUT
- -h show this help
- -V print program version
+ -p, PROFILE profile to be used for gathering and storing data
+ -c, COMMAND command to be run, reading from STDIN, writing to STDOUT
+ -h, --help show this help
+ -V, --version print the version number
-See manpages for more information.'
+See manpages for more information.
+EOF
}
version() {