diff doc/hg.1.txt @ 1188:b3ceb2d470fc

Fix up remove command to use walk code.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 01 Sep 2005 07:48:14 -0700
parents 120aa5fc7ced
children 737f9b90c571
line wrap: on
line diff
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -403,7 +403,7 @@ recover::
     This command tries to fix the repository status after an interrupted
     operation. It should only be necessary when Mercurial suggests it.
 
-remove [files ...]::
+remove [options] [files ...]::
     Schedule the indicated files for removal from the repository.
     
     This command schedules the files to be removed at the next commit.