diff options
author | Denys Vlasenko | 2021-06-13 03:12:09 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-13 03:12:09 +0200 |
commit | 1849285a2098b503b829038f00f25abc52dbea6b (patch) | |
tree | cd39fc71e17c465b81174b83d64cd05eee2edad3 /coreutils/uname.c | |
parent | 6b6826f0b87b13c5e83786f045b90d703507464e (diff) | |
download | busybox-1849285a2098b503b829038f00f25abc52dbea6b.zip busybox-1849285a2098b503b829038f00f25abc52dbea6b.tar.gz |
*: more --help tweaks, mostly expanding ts --help
function old new delta
packed_usage 33554 33596 +42
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r-- | coreutils/uname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c index 2a1602b..da785ab 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -79,13 +79,13 @@ //usage:#define uname_full_usage "\n\n" //usage: "Print system information\n" //usage: "\n -a Print all" -//usage: "\n -m The machine (hardware) type" +//usage: "\n -m Machine (hardware) type" //usage: "\n -n Hostname" //usage: "\n -r Kernel release" //usage: "\n -s Kernel name (default)" //usage: "\n -p Processor type" //usage: "\n -v Kernel version" -//usage: "\n -i The hardware platform" +//usage: "\n -i Hardware platform" //usage: "\n -o OS name" //usage: //usage:#define uname_example_usage |