changeset 8009:76e4c08a48ad

commands: fix typo on flag description
author Wagner Bruna <wbruna@yahoo.com>
date Sun, 05 Apr 2009 05:12:43 -0300
parents 36924a4711e9
children 58ba4b86ae13
files mercurial/commands.py tests/test-help.out
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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