diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-11 18:28:35 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-11 18:28:35 -0400 |
commit | 5b818c9f2ac9c9a2d953f29194913036ab26c225 (patch) | |
tree | ec19f7614605c3235e1b0b0017e54a79b147f761 /IkiWiki/Plugin | |
parent | 3c80557054fbaca6d0614e4327d49e721b9d4fdc (diff) |
doc update, add --exclude ikiwiki.cgi to examples
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/rsync.pm | 2 |
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, |