mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 06:23:34 +02:00
Fix the documentation of dactyl.commandLineOptions.
This commit is contained in:
@@ -130,8 +130,11 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
* specified in the argument to the host application's -{config.name}
|
* specified in the argument to the host application's -{config.name}
|
||||||
* option. E.g. $ firefox -pentadactyl '+u=/tmp/rcfile ++noplugin'
|
* option. E.g. $ firefox -pentadactyl '+u=/tmp/rcfile ++noplugin'
|
||||||
* Supported options:
|
* Supported options:
|
||||||
* +u=RCFILE Use RCFILE instead of .pentadactylrc.
|
* +u RCFILE Use RCFILE instead of .pentadactylrc.
|
||||||
* ++noplugin Don't load plugins.
|
* ++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: {
|
commandLineOptions: {
|
||||||
/** @property Whether plugin loading should be prevented. */
|
/** @property Whether plugin loading should be prevented. */
|
||||||
|
|||||||
Reference in New Issue
Block a user