]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - doc/plugins/write/external.mdwn
make setargv take an array
[www/ikiwiki.git] / doc / plugins / write / external.mdwn
index 2ee841e612d149dbddf3036f2474c5ff1803609c..4492cd0dabe439bb11c3c2a4b9d6815111fb08e9 100644 (file)
@@ -53,8 +53,8 @@ it, external plugins can use the `getstate` and `setstate` RPCs. To access
 stored state, call `getstate("page", "id", "key")`, and to store state,
 call `setstate("page", "id", "key", "value")`.
 
-To access ikiwiki's ARGV, call `getargv()`. To change its ARGV, call
-`setargv(value)`.
+To access ikiwiki's ARGV array, call `getargv()`. To change its ARGV, call
+`setargv(array)`.
 
 ## Notes on function parameters