]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/rsync.pm
add section information
[git.ikiwiki.info.git] / IkiWiki / Plugin / rsync.pm
index 45bff19bd357b6e1a80f239d983f54085c5cec92..8dd983be783d85343f61afa18a1c179d655cb637 100644 (file)
@@ -16,10 +16,11 @@ sub getsetup () {
                plugin => {
                        safe => 0,
                        rebuild => 0,
+                       section => "special-purpose",
                },
                rsync_command => {
                        type => "string",
-                       example => "rsync -qa --delete . user\@host:/path/to/docroot/ --exclude ikiwiki.cgi",
+                       example => "rsync -qa --delete . user\@host:/path/to/docroot/",
                        description => "command to run to sync updated pages",
                        safe => 0,
                        rebuild => 0,