diff options
Diffstat (limited to 'src')
-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() { |