diff options
| author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-19 15:49:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-19 15:49:00 -0400 |
| commit | 6eb3cf7e76c53b05154bb2104e395922bd0eed4e (patch) | |
| tree | 64a45745b52b47fcd3245ca24432be0ac2281de9 /doc/plugins/write | |
| parent | d7f1292c3134fd9464ca4005f48b9274be861c10 (diff) | |
make setargv take an array
for consistentcy with getargv, which returns one
Diffstat (limited to 'doc/plugins/write')
| -rw-r--r-- | doc/plugins/write/external.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write/external.mdwn b/doc/plugins/write/external.mdwn index 058b9e58a..4492cd0da 100644 --- a/doc/plugins/write/external.mdwn +++ b/doc/plugins/write/external.mdwn @@ -54,7 +54,7 @@ stored state, call `getstate("page", "id", "key")`, and to store state, call `setstate("page", "id", "key", "value")`. To access ikiwiki's ARGV array, call `getargv()`. To change its ARGV, call -`setargv(value)`. +`setargv(array)`. ## Notes on function parameters |
