summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-03 14:36:17 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-03 14:36:17 -0400
commit0f06504422792d7132b7644caf4dabf19d957659 (patch)
treeefaa3a350d0b94c0c45e466abfd25624cc1c19dc /doc
parent137624775407e433935f68b9ee282723adca1513 (diff)
remove description_html, add link
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index b31722dd7..48a94ec8b 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -402,7 +402,8 @@ describing the option. For example:
hash of these.
* `example` can be set to an example value.
* `description` is a short description of the option.
-* `description_html` is an optional short description, that can contain html
+* `link` is a link to further information about the option. This can either
+ be a wikilink, or an url.
* `safe` should be false if the option should not be displayed in unsafe
configuration methods, such as the web interface. Anything that specifies
a command to run, a path on disk, or a regexp should be marked as unsafe.