diff options
author | EuAndreh <eu@euandre.org> | 2021-06-13 19:04:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-13 19:04:10 -0300 |
commit | a465f5953c46d2f21ff737c4328f421b15935a3d (patch) | |
tree | cd8a2ea2401dcd7ed60479c4cfbd5d9f4ecb145b | |
parent | aux/workflow/dist.sh: Improve checks before tagging (diff) | |
download | remembering-a465f5953c46d2f21ff737c4328f421b15935a3d.tar.gz remembering-a465f5953c46d2f21ff737c4328f421b15935a3d.tar.xz |
src/remembering.sh: Use "cat <<EOF" for printing help string
-rwxr-xr-x | src/remembering.sh | 13 |
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() { |