diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-22 02:10:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-22 02:10:50 +0000 |
commit | b22a8059cb8f804c77f302fa90b64c25d5513db1 (patch) | |
tree | 6bf2a6fc39b7a064b8148094410776085eec68ef /include | |
parent | 869d3d318ff3c17d74499f1216abfe3afa40590c (diff) | |
download | busybox-w32-b22a8059cb8f804c77f302fa90b64c25d5513db1.tar.gz busybox-w32-b22a8059cb8f804c77f302fa90b64c25d5513db1.tar.bz2 busybox-w32-b22a8059cb8f804c77f302fa90b64c25d5513db1.zip |
last: trim help text
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index 1f4213a2e..a1e489453 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3509,9 +3509,9 @@ | |||
3509 | "Show listing of the last users that logged into the system" \ | 3509 | "Show listing of the last users that logged into the system" \ |
3510 | USE_FEATURE_LAST_FANCY( "\n" \ | 3510 | USE_FEATURE_LAST_FANCY( "\n" \ |
3511 | "\nOptions:" \ | 3511 | "\nOptions:" \ |
3512 | "\n -H Show header line" \ | 3512 | /* "\n -H Show header line" */ \ |
3513 | "\n -W Display with no host column truncation" \ | 3513 | "\n -W Display with no host column truncation" \ |
3514 | "\n -f file Read from file instead of /var/log/wtmp" \ | 3514 | "\n -f file Read from file instead of /var/log/wtmp" \ |
3515 | ) | 3515 | ) |
3516 | 3516 | ||
3517 | #define sha1sum_trivial_usage \ | 3517 | #define sha1sum_trivial_usage \ |