diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-01-09 22:59:00 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-01-09 22:59:00 +0100 |
commit | e9c474a674d7169291e6ee43f038c4f62b065a82 (patch) | |
tree | 742507c4b910155424f9b036fb8b423ebd55a637 /common | |
parent | 04f55e932497cb43952715e4eab734d88d41e823 (diff) | |
download | pentadactyl-e9c474a674d7169291e6ee43f038c4f62b065a82.tar.gz |
Document the new -charset option of :bmark.
Diffstat (limited to 'common')
-rw-r--r-- | common/locale/en-US/marks.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/common/locale/en-US/marks.xml b/common/locale/en-US/marks.xml index f2c97731..efe9a250 100644 --- a/common/locale/en-US/marks.xml +++ b/common/locale/en-US/marks.xml @@ -39,14 +39,20 @@ <item> <tags>a :bma :bmark</tags> - <spec>:bma<oa>rk</oa><oa>!</oa> <oa>-title=...</oa> <oa>-keyword=...</oa> <oa>-tags=tag,...</oa> <oa>url</oa></spec> + <spec>:bma<oa>rk</oa><oa>!</oa> <oa>options</oa> <oa>url</oa></spec> <spec>a</spec> <description> <p>Add a bookmark.</p> - <p>The following options are available,</p> + <p>The following options are available:</p> <dl dt="width: 8em;"> + <dt>-charset</dt> + <dd> + Character encoding to use for the bookmark. Useful e.g. for + sites that require query parameters in encodings other than + UTF-8 (short name <em>-c</em>). + </dd> <dt>-keyword</dt> <dd> A keyword which may be used to open the bookmark via |