summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2013-07-01 23:00:20 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2013-07-01 23:02:08 -0300
commita5cbde4bcea66e80418bada4e0aedbc26713e5ed (patch)
tree001cc1fa21b55795429e31466d7ae4ec3c0bb9b8
parentb7016153ec87dba2b0f0d182cc8f1e3b12f4dfaf (diff)
downloadkmod-a5cbde4bcea66e80418bada4e0aedbc26713e5ed.tar.gz
static-nodes: Better -f option description
-rw-r--r--tools/static-nodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/static-nodes.c b/tools/static-nodes.c
index 03f59f1..96bb71e 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"