diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-06-01 17:19:55 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-06-01 17:19:55 -0400 |
commit | 61aa32fd1353eeedeced63f17e1fa34d76abaedc (patch) | |
tree | 99631a1e9aa39c17209472c7124498cc9b4f0ffd /common/locale/en-US | |
parent | d34a7b27e480e274d6a49886f1271d76226f4a37 (diff) | |
download | pentadactyl-61aa32fd1353eeedeced63f17e1fa34d76abaedc.tar.gz |
Add -types argument to :ext* commands.
Diffstat (limited to 'common/locale/en-US')
-rw-r--r-- | common/locale/en-US/gui.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common/locale/en-US/gui.xml b/common/locale/en-US/gui.xml index 6cfa79a3..df112ab4 100644 --- a/common/locale/en-US/gui.xml +++ b/common/locale/en-US/gui.xml @@ -88,6 +88,18 @@ <h2 tag="extensions add-ons">Add-ons</h2> +<p> + The following commands manipulate the currently installed + add-ons. With the exception of <ex>:extadd</ex>, they all except + the following arguments: +</p> + +<dl> + <dt>-types</dt> <dd>The types of add-ons to operate on, the most + common types being <tt>extension</tt>, <tt>theme</tt>, and <tt>plugin</tt> (short names <em>-type</em>, + <em>-t</em>)</dd> +</dl> + <item> <tags>:exta :extadd</tags> <spec>:exta<oa>dd</oa> <a>file|url</a></spec> |