doc/hg.1.txt
changeset 810 790a0ff306f2
parent 766 b444a7e053f1
child 811 fa9aaf3bbdd7
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -161,9 +161,13 @@ export [-o filespec] [revision] ...::
 
     -o, --output <filespec>   print output to file with formatted named
 
-forget [files]::
+forget [options] [files]::
     Undo an 'hg add' scheduled for the next commit.
 
+    options:
+    -I, --include <pat>  include directories matching the given patterns
+    -X, --exclude <pat>  exclude directories matching the given patterns
+
 heads::
     Show all repository head changesets.