diff options
author | Štěpán Němec <stepnem@gmail.com> | 2010-12-31 18:44:18 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2010-12-31 18:44:18 +0100 |
commit | 776b48283e3e3c678e7a35fa5dadb0b1c172e32d (patch) | |
tree | fda8f9259df0b49d604151054773d2209ceeb5e5 | |
parent | c6f5b04cdaba6a7723f00e7e903ef2abf4c96ef4 (diff) | |
download | pentadactyl-776b48283e3e3c678e7a35fa5dadb0b1c172e32d.tar.gz |
Fix the documentation of dactyl.commandLineOptions.
-rw-r--r-- | common/content/dactyl.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js index e77d04a0..ea558466 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -130,8 +130,11 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { * specified in the argument to the host application's -{config.name} * option. E.g. $ firefox -pentadactyl '+u=/tmp/rcfile ++noplugin' * Supported options: - * +u=RCFILE Use RCFILE instead of .pentadactylrc. + * +u RCFILE Use RCFILE instead of .pentadactylrc. * ++noplugin Don't load plugins. + * These two can be specified multiple times: + * ++cmd CMD Execute an Ex command before initialization. + * +c CMD Execute an Ex command after initialization. */ commandLineOptions: { /** @property Whether plugin loading should be prevented. */ |