diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-04-26 18:59:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-04-26 18:59:33 (EDT) |
commit | cea1e7fc49644c9dcc337663503c0b76a73a05af (patch) | |
tree | 78925a57186813bbf2d44d7c12e52a47b7e4d6b5 /bin | |
parent | ecdf1aa05271c2b5c33c9fcbb77e39d47f8a669d (diff) | |
download | fluxbox-cea1e7fc49644c9dcc337663503c0b76a73a05af.zip fluxbox-cea1e7fc49644c9dcc337663503c0b76a73a05af.tar.gz fluxbox-cea1e7fc49644c9dcc337663503c0b76a73a05af.tar.bz2 |
bin/hwmon: Update usage output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hwmon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ print_sensor() usage() { printf 'Usage: %s [<options>] %s [%s ...]\n' "${0}" \ - '<label>:<chip>/<element>' '<label>:<chip>/<element>' + '<label>:[<chip>/<element>]' '<label>:[<chip>/<element>]' printf '\n' printf 'Options:\n' printf ' -i <num> Indent label/value lines with <num> spaces\n' |