From 894466cc5182a022051868ede316f378071020cd Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 17 Jun 2021 00:36:13 +0200 Subject: 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 --- modutils/modinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils') 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" -- cgit v1.1