diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 03:46:35 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 03:46:57 +0100 |
commit | f3d705f41bf16183f901e5ddb07c89685e384daf (patch) | |
tree | 31fcbd7d4588ecbb64ed18c89f30987d0b6c95fd /procps | |
parent | bbc7bee9664b582c8237c4b879bba1bdee4d62a6 (diff) |
make --help texts smaller
function old new delta
packed_usage 31035 30968 -67
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps')
-rw-r--r-- | procps/nmeter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/nmeter.c b/procps/nmeter.c index 3eac2d3b2..05bf0a08c 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c @@ -24,7 +24,7 @@ //usage: "\n -d MSEC Milliseconds between updates, default:1000, none:-1" //usage: "\n" //usage: "\nFormat specifiers:" -//usage: "\n %Nc or %[cN] CPU. N - bar size (default:10)" +//usage: "\n %Nc or %[cN] CPU. N - bar size (default 10)" //usage: "\n (displays: S:system U:user N:niced D:iowait I:irq i:softirq)" //usage: "\n %[nINTERFACE] Network INTERFACE" //usage: "\n %m Allocated memory" |