summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rsync.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/rsync.pm')
-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,