- add --exclude
[ikiwiki.git] / doc / usage.mdwn
index cd888bfb7826e55044c9104f9d4c40d0fc65bdae..8f57a15933b2c1f3a8ac927ae068d75da008e7d3 100644 (file)
@@ -12,7 +12,7 @@ ikiwiki [options] source templates destination
 
 # OPTIONS
 
-Note that most options can be shortened to single letters.
+Note that most options can be shortened to single letters, and boolean flags such as --verbose can be negated with --no-verbose.
 
 * --wikiname
 
@@ -66,6 +66,11 @@ Note that most options can be shortened to single letters.
 
   Specifies the url to link to for page history browsing. In the url, "[[]]" is replaced with the page to browse. It's common to use [[ViewCVS]] for this.
 
+* --exclude regexp
+
+  Specifies a rexexp of source files to exclude from processing.
+  May be specified multiple times to add to exclude list.
+
 # AUTHOR
 
-Joey Hess <joey@kitenet.net>
\ No newline at end of file
+Joey Hess <joey@kitenet.net>