]> granicus.if.org Git - graphviz/commitdiff
Fix bug 2113
authorerg <devnull@localhost>
Fri, 1 Jul 2011 14:19:08 +0000 (14:19 +0000)
committererg <devnull@localhost>
Fri, 1 Jul 2011 14:19:08 +0000 (14:19 +0000)
lib/common/input.c

index 8c4e23ce3a974f019cc94ebf0204ac516859c4f7..b9ab99c9e21e3e18c1b03eaf19408cea75a2b5f2 100644 (file)
@@ -61,7 +61,7 @@ static char *configFlags = "(additional options for config)  [-cv]\n";
 static char *configItems = "\n\
  -c          - Configure plugins (Writes $prefix/lib/graphviz/config \n\
                with available plugin information.  Needs write privilege.)\n\
- -v          - Enable verbose mode \n";
+ -?          - Print usage and exit\n";
 
 void dotneato_usage(int exval)
 {