doc/hg.1.txt
changeset 766 b444a7e053f1
parent 761 0fb498458905
child 810 790a0ff306f2
child 814 0902ffece4b4
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -60,7 +60,7 @@ add [options] [files ...]::
     If no names are given, add all files in the current directory and
     its subdirectories.
 
-addremove::
+addremove [options] [files ...]::
     Add all new files and remove all missing files from the repository.
     
     New files are ignored if they match any of the patterns in .hgignore. As