summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-04-26 18:53:26 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-04-26 18:53:26 (EDT)
commit49f42ae806dfb176081e9ef2fd7953af4374892f (patch)
tree4d6bce930a818a9e67fd5629866520aa7e2c6cea /bin
parent69da9f04d7db027425038d884257014425ec847c (diff)
downloadfluxbox-49f42ae806dfb176081e9ef2fd7953af4374892f.zip
fluxbox-49f42ae806dfb176081e9ef2fd7953af4374892f.tar.gz
fluxbox-49f42ae806dfb176081e9ef2fd7953af4374892f.tar.bz2
bin/hwmon: Update usage output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hwmon6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/hwmon b/bin/hwmon
index 10e48fa..8dac456 100755
--- a/bin/hwmon
+++ b/bin/hwmon
@@ -180,8 +180,12 @@ print_sensor()
usage()
{
- printf 'Usage: %s [-d] %s [%s ...]\n' "${0}" \
+ printf 'Usage: %s [<options>] %s [%s ...]\n' "${0}" \
'<label>:<chip>/<element>' '<label>:<chip>/<element>'
+ printf '\n'
+ printf 'Options:\n'
+ printf ' -r Print carriage returns instead of line feeds\n'
+ printf ' -d Enable debugging output\n'
}
main()