]> Pileus Git - vpaste/commitdiff
Update help output
authorAndy Spencer <andy753421@gmail.com>
Wed, 17 Aug 2011 06:13:24 +0000 (06:13 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 17 Aug 2011 06:13:24 +0000 (06:13 +0000)
index.cgi

index c804607b15b8983fd6017eca49192253f456ab48..285bbf8285ccc6c4ff26d2fbb370fce55ea3dd9f 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -210,13 +210,15 @@ function do_help {
                </div>
 
                <h4>DESCRIPTION</h4>
-               <p>Add <b>?[option[=value],..]</b> to make your text a rainbow.</p>
-               <p>Options specified when uploading are used as defaults.</p>
+               <p>Add <b>?option[=value],..</b> to make your text a rainbow.</p>
+               <p>Options specified when uploading are stored as defaults.</p>
 
                <h4>OPTIONS</h4>
                <dl>
                <dt>ft, filetype={filetype}</dt>
                <dd>A filetype to use for highlighting, see above menu for supported types</dd>
+               <dt>fdm, foldmethod=(syntax|indent)</dt>
+               <dd>Turn on dynamic code folding</dd>
                <dt>bg, background={light|dark}</dt>
                <dd>Background color to use for the page</dd>
                <dt>et, expandtab</dt>