diff options
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 7 |
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> |