1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 20:04:10 +01:00

Unify "command-line" (adjective) and "command line" (substantive) usage.

This commit is contained in:
Štěpán Němec
2010-10-12 12:15:26 +02:00
parent 00b95bacab
commit 2a73dd35e2
8 changed files with 32 additions and 31 deletions

View File

@@ -73,7 +73,7 @@
<dt>Items</dt><dd/>
<dt>item</dt> <dd>A help entry (HelpItem)</dd>
<dt>&tab;tags</dt> <dd>See the 'Tagging' section (HelpTags)</dd>
<dt>&tab;spec</dt> <dd>The specification for this item, such as an example command-line. (HelpSpec)</dd>
<dt>&tab;spec</dt> <dd>The specification for this item, such as an example command line. (HelpSpec)</dd>
<dt>&tab;strut</dt> <dd>A horizontal formatting strut which ensures that all previous &lt;tags> and &lt;spec> elements appear above the ones that follow.</dd>
<dt>&tab;type</dt> <dd>For options, the type of the option.
<em>number</em>, <em>boolean</em>, <em>string</em>, <em>stringlist</em>, or <em>charlist</em>.