mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
small help bug fix, added in linebreak to help menu
This commit is contained in:
parent
598fb932b2
commit
62b72f3472
3
inxi
3
inxi
|
@ -2519,7 +2519,8 @@ show_options()
|
|||
print_screen_output "-xxx Show extra, extra, extra data (only works with verbose or line output, not short form): "
|
||||
print_screen_output " -S - Panel/shell information in desktop output, if in X (like gnome-shell, cinnamon, mate-panel)."
|
||||
if [[ $B_ALLOW_WEATHER == 'true' ]];then
|
||||
print_screen_output " -w - Location (uses -z/irc filter), weather observation time, wind chill, heat index," print_screen_output " dew point (shows extra lines for data where relevant)."
|
||||
print_screen_output " -w - Location (uses -z/irc filter), weather observation time, wind chill, heat index,"
|
||||
print_screen_output " dew point (shows extra lines for data where relevant)."
|
||||
fi
|
||||
print_screen_output "-z Security filters for IP/Mac addresses, location, user home directory name. Default on for irc clients."
|
||||
print_screen_output "-Z Absolute override for output filters. Useful for debugging networking issues in irc for example."
|
||||
|
|
Loading…
Reference in a new issue