diff options
-rwxr-xr-x | src/remembering.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/remembering.sh b/src/remembering.sh index 784cb3d..a0beee8 100755 --- a/src/remembering.sh +++ b/src/remembering.sh @@ -8,10 +8,10 @@ usage() { help() { echo ' 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 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 See manpages for more information.' } |