commands: fix typo on flag description
authorWagner Bruna <wbruna@yahoo.com>
Sun, 05 Apr 2009 05:12:43 -0300
changeset 8009 76e4c08a48ad
parent 8008 36924a4711e9
child 8010 58ba4b86ae13
commands: fix typo on flag description
mercurial/commands.py
tests/test-help.out
--- a/mercurial/commands.py	Sun Apr 05 05:11:46 2009 -0300
+++ b/mercurial/commands.py	Sun Apr 05 05:12:43 2009 -0300
@@ -2729,7 +2729,7 @@
     with "show only ..." are given, the options -mardu are used.
 
     Option -q/--quiet hides untracked (unknown and ignored) files
-    unless explicitly requested with -u/--unknown or -i/-ignored.
+    unless explicitly requested with -u/--unknown or -i/--ignored.
 
     NOTE: status may appear to disagree with diff if permissions have
     changed or a merge has occurred. The standard diff format does not
--- a/tests/test-help.out	Sun Apr 05 05:11:46 2009 -0300
+++ b/tests/test-help.out	Sun Apr 05 05:12:43 2009 -0300
@@ -253,7 +253,7 @@
     with "show only ..." are given, the options -mardu are used.
 
     Option -q/--quiet hides untracked (unknown and ignored) files
-    unless explicitly requested with -u/--unknown or -i/-ignored.
+    unless explicitly requested with -u/--unknown or -i/--ignored.
 
     NOTE: status may appear to disagree with diff if permissions have
     changed or a merge has occurred. The standard diff format does not