From: Lucas De Marchi Date: Tue, 2 Jul 2013 02:00:20 +0000 (-0300) Subject: static-nodes: Better -f option description X-Git-Tag: v14~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5cbde4bcea66e80418bada4e0aedbc26713e5ed;p=thirdparty%2Fkmod.git static-nodes: Better -f option description --- diff --git a/tools/static-nodes.c b/tools/static-nodes.c index 03f59f1e..96bb71ef 100644 --- a/tools/static-nodes.c +++ b/tools/static-nodes.c @@ -136,7 +136,7 @@ static void help(void) "kmod static-nodes outputs the static-node information of the currently running kernel.\n" "\n" "Options:\n" - "\t-f, --format=FORMAT use a machine-readable format\n" + "\t-f, --format=FORMAT choose format to use: see \"Formats\"\n" "\t-o, --output=FILE write output to file\n" "\t-h, --help show this help\n" "\n"