diff options
author | EuAndreh <eu@euandre.org> | 2021-06-27 08:16:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-27 08:16:43 -0300 |
commit | 2ef688312245fb889c0d3578fdba72ca8f50338f (patch) | |
tree | 8d50ea5dfb86c525484daed08910547f22c2a11f | |
parent | src/remembering-c.c: Restart C version (diff) | |
download | remembering-2ef688312245fb889c0d3578fdba72ca8f50338f.tar.gz remembering-2ef688312245fb889c0d3578fdba72ca8f50338f.tar.xz |
src/remembering.in: Fix syntax of help string output options
-rwxr-xr-x | src/remembering.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remembering.in b/src/remembering.in index 1576372..0c64780 100755 --- a/src/remembering.in +++ b/src/remembering.in @@ -8,8 +8,8 @@ usage() { help() { cat <<EOF Options: - -p, PROFILE profile to be used for gathering and storing data - -c, COMMAND command to be run, reading from STDIN, writing to STDOUT + -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 |