diff options
| author | Paul Buetow (venus) <paul@buetow.org> | 2012-01-21 18:09:45 +0100 |
|---|---|---|
| committer | Paul Buetow (venus) <paul@buetow.org> | 2012-01-21 18:09:45 +0100 |
| commit | 15370bed2feb4d5720044e6b0308ca342fba5610 (patch) | |
| tree | 0fe691a33d86c51adf981fd27d53ab3d4f0ee9fe | |
| parent | 2944832cd9aa0ca56a11daa7eafbdb901cd11dae (diff) | |
fix in help
| -rw-r--r-- | HELP | 2 | ||||
| -rwxr-xr-x | loadbars | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ Explanations: 1px horizontal line: Maximum sy+us+io of last 'avg' samples (extended) Extended means: text display only if extended mode is turned on Examples: - loadbars --extended 1 --showcorescores 1 --width 600 --hosts localhost + loadbars --extended 1 --showcores 1 --width 600 --hosts localhost loadbars --hosts localhost,server1.example.com,server2.example.com loadbars --cluster foocluster (foocluster is in /etc/clusters of cssh) --average <ARG> - Num of samples for avg. (more fluent animations) @@ -639,7 +639,7 @@ Explanations: 1px horizontal line: Maximum sy+us+io of last 'avg' samples (extended) Extended means: text display only if extended mode is turned on Examples: - loadbars --extended 1 --showcorescores 1 --width 600 --hosts localhost + loadbars --extended 1 --showcores 1 --width 600 --hosts localhost loadbars --hosts localhost,server1.example.com,server2.example.com loadbars --cluster foocluster (foocluster is in /etc/clusters of cssh) END |
