Fix up help test
authormpm@selenic.com
Tue, 16 Aug 2005 10:44:04 -0800
changeset 914 8c850b81798b
parent 913 46581ad4bd27
child 915 24a31f46fa13
Fix up help test
tests/test-help.out
--- a/tests/test-help.out	Tue Aug 16 10:42:30 2005 -0800
+++ b/tests/test-help.out	Tue Aug 16 10:44:04 2005 -0800
@@ -114,7 +114,7 @@
  version     output version and copyright information
 + hg add -h
 hg add: option -h not recognized
-hg add [FILE]...
+hg add [OPTION]... [FILE]...
 
 add the specified files on the next commit
 
@@ -126,7 +126,7 @@
    exclude path from search
 + hg add --skjdfks
 hg add: option --skjdfks not recognized
-hg add [FILE]...
+hg add [OPTION]... [FILE]...
 
 add the specified files on the next commit
 
@@ -137,7 +137,7 @@
  -X --exclude 
    exclude path from search
 + hg help diff
-hg diff [-r REV1 [-r REV2]] [FILE]...
+hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]...
 
 diff working directory (or selected files)
 
@@ -150,7 +150,7 @@
  -X --exclude 
    exclude path from search
 + hg help status
-hg status [FILE]...
+hg status [OPTION]... [FILE]...
 
 show changed files in the working directory
 
@@ -174,7 +174,7 @@
  -X --exclude 
    exclude path from search
 + hg -q help status
-hg status [FILE]...
+hg status [OPTION]... [FILE]...
 
 show changed files in the working directory
 + hg help foo