summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HELP4
-rwxr-xr-xloadbars4
2 files changed, 4 insertions, 4 deletions
diff --git a/HELP b/HELP
index 8cc0114..62205c9 100644
--- a/HELP
+++ b/HELP
@@ -28,9 +28,9 @@ Memory stuff:
Swp: System swap usage in %
Color: Grey
Examples:
- loadbars --extended 1 --showcores 1 --width 600 --hosts localhost
+ loadbars --extended 1 --showcores 1 --height 300 --hosts localhost
loadbars --hosts localhost,server1.example.com,server2.example.com
- loadbars --cluster foocluster (foocluster is in /etc/clusters of cssh)
+ loadbars --cluster foocluster (foocluster is in /etc/clusters [ClusterSSH])
--average <ARG> - Num of samples for avg. (more fluent animations)
--barwidth <ARG> - Set bar width
--cluster <ARG> - Cluster name from /etc/clusters
diff --git a/loadbars b/loadbars
index f6879f3..e40adfa 100755
--- a/loadbars
+++ b/loadbars
@@ -814,9 +814,9 @@ Memory stuff:
Swp: System swap usage in %
Color: Grey
Examples:
- loadbars --extended 1 --showcores 1 --width 600 --hosts localhost
+ loadbars --extended 1 --showcores 1 --height 300 --hosts localhost
loadbars --hosts localhost,server1.example.com,server2.example.com
- loadbars --cluster foocluster (foocluster is in /etc/clusters of cssh)
+ loadbars --cluster foocluster (foocluster is in /etc/clusters [ClusterSSH])
END
# mode 1: Option is shown in the online help menu (stdout not sdl)