aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-11 18:28:35 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-11 18:28:35 -0400
commit5b818c9f2ac9c9a2d953f29194913036ab26c225 (patch)
treeec19f7614605c3235e1b0b0017e54a79b147f761 /IkiWiki
parent3c80557054fbaca6d0614e4327d49e721b9d4fdc (diff)
downloadikiwiki-5b818c9f2ac9c9a2d953f29194913036ab26c225.tar
ikiwiki-5b818c9f2ac9c9a2d953f29194913036ab26c225.tar.gz
doc update, add --exclude ikiwiki.cgi to examples
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/rsync.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/rsync.pm b/IkiWiki/Plugin/rsync.pm
index a62347a44..f14989ff8 100644
--- a/IkiWiki/Plugin/rsync.pm
+++ b/IkiWiki/Plugin/rsync.pm
@@ -18,7 +18,7 @@ sub getsetup () {
},
rsync_command => {
type => "string",
- example => "rsync -qa --delete . user\@host:/path/to/docroot/",
+ example => "rsync -qa --delete . user\@host:/path/to/docroot/ --exclude ikiwiki.cgi",
description => "command to run to sync updated pages",
safe => 0,
rebuild => 0,