aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 93c7ae1..6bf2143 100644
--- a/src/main.c
+++ b/src/main.c
@@ -60,7 +60,7 @@ static struct argp_option options[] = {
N_("* Print reverse call tree"), GROUP_ID+1 },
{ "xref", 'x', NULL, 0,
N_("Produce cross-reference listing only"), GROUP_ID+1 },
- { "print", 'P', N_("OPT"), 0,
+ { "print", 'P', N_("OPT"), OPTION_HIDDEN,
N_("Set printing option to OPT. Valid OPT values are: xref (or cross-ref), tree. Any unambiguous abbreviation of the above is also accepted"),
GROUP_ID+1 },
{ "output", 'o', N_("FILE"), 0,

Return to:

Send suggestions and report system problems to the System administrator.