diff options
author | EuAndreh <eu@euandre.org> | 2021-06-06 08:42:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-06 08:42:08 -0300 |
commit | fc60fd04dce36933e2a96dbc7f5983a1014d320c (patch) | |
tree | cf9cfc07059783ad78368bf90d90293fd43ca16f /src | |
parent | aux/: Add favicon to generated HTML files (diff) | |
download | remembering-fc60fd04dce36933e2a96dbc7f5983a1014d320c.tar.gz remembering-fc60fd04dce36933e2a96dbc7f5983a1014d320c.tar.xz |
src/remembering.sh: Use tabs for separating options columns
Diffstat (limited to 'src')
-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.' } |