diff options
author | Denys Vlasenko | 2021-06-17 00:36:13 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-17 00:36:13 +0200 |
commit | 894466cc5182a022051868ede316f378071020cd (patch) | |
tree | 980a7d015b79cb19312e5aadfbef3a31be5f103f /modutils/modinfo.c | |
parent | 038d4007092f6d0d2dc107f31397c57e62751717 (diff) | |
download | busybox-894466cc5182a022051868ede316f378071020cd.zip busybox-894466cc5182a022051868ede316f378071020cd.tar.gz |
uniq: support -z
function old new delta
uniq_main 391 427 +36
packed_usage 33570 33549 -21
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 36/-21) Total: 15 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/modinfo.c')
-rw-r--r-- | modutils/modinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modinfo.c b/modutils/modinfo.c index d15772f..0a86c32 100644 --- a/modutils/modinfo.c +++ b/modutils/modinfo.c @@ -131,7 +131,7 @@ static void modinfo(const char *path, const char *version, //usage: "\n -p Shortcut for '-F parm'" ////usage: "\n -n Shortcut for '-F filename'" //usage: "\n -F keyword Keyword to look for" -//usage: "\n -0 Separate output with NULs" +//usage: "\n -0 NUL terminated output" //usage:#define modinfo_example_usage //usage: "$ modinfo -F vermagic loop\n" |