##// END OF EJS Templates
commands: fix typo on flag description
Wagner Bruna -
r8009:76e4c08a default
parent child Browse files
Show More
@@ -2729,7 +2729,7 b' def status(ui, repo, *pats, **opts):'
2729 with "show only ..." are given, the options -mardu are used.
2729 with "show only ..." are given, the options -mardu are used.
2730
2730
2731 Option -q/--quiet hides untracked (unknown and ignored) files
2731 Option -q/--quiet hides untracked (unknown and ignored) files
2732 unless explicitly requested with -u/--unknown or -i/-ignored.
2732 unless explicitly requested with -u/--unknown or -i/--ignored.
2733
2733
2734 NOTE: status may appear to disagree with diff if permissions have
2734 NOTE: status may appear to disagree with diff if permissions have
2735 changed or a merge has occurred. The standard diff format does not
2735 changed or a merge has occurred. The standard diff format does not
@@ -253,7 +253,7 b' show changed files in the working direct'
253 with "show only ..." are given, the options -mardu are used.
253 with "show only ..." are given, the options -mardu are used.
254
254
255 Option -q/--quiet hides untracked (unknown and ignored) files
255 Option -q/--quiet hides untracked (unknown and ignored) files
256 unless explicitly requested with -u/--unknown or -i/-ignored.
256 unless explicitly requested with -u/--unknown or -i/--ignored.
257
257
258 NOTE: status may appear to disagree with diff if permissions have
258 NOTE: status may appear to disagree with diff if permissions have
259 changed or a merge has occurred. The standard diff format does not
259 changed or a merge has occurred. The standard diff format does not
General Comments 0
You need to be logged in to leave comments. Login now