changeset 914:8c850b81798b

Fix up help test
author mpm@selenic.com
date Tue, 16 Aug 2005 10:44:04 -0800
parents 46581ad4bd27
children 24a31f46fa13
files tests/test-help.out
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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