aboutsummaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 02:08:04 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 02:08:04 +0000
commit09902169560ec64800c5622d87fd2d85c246fc93 (patch)
tree02c773c722772c6184559c53945b81656b57a612 /doc/usage.mdwn
parent46308ef825f568a8ca988436fa4022e3949ccabf (diff)
downloadikiwiki-09902169560ec64800c5622d87fd2d85c246fc93.tar
ikiwiki-09902169560ec64800c5622d87fd2d85c246fc93.tar.gz
- add --exclude
- move all the config vars into %config
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r--doc/usage.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index 693c4659a..8f57a1593 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -66,6 +66,11 @@ Note that most options can be shortened to single letters, and boolean flags suc
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>