aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 11:16:16 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 11:16:16 +0000
commit01a2d8635bab3b035d656a22862237d2c40bbeef (patch)
treea9b28064d732008732b6d52902654a1734eff228
parent0c3e14c2112d37843520106a38b5ec910cc167d5 (diff)
downloadcflow-01a2d8635bab3b035d656a22862237d2c40bbeef.tar.gz
cflow-01a2d8635bab3b035d656a22862237d2c40bbeef.tar.bz2
("print" option): Set hidden attribute. I am not sure whether we need this option.
-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.