--- 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