aboutsummaryrefslogtreecommitdiff
path: root/src/remembering.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/remembering.sh')
-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() {