1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 23:24:12 +01:00

Minor documentation updates.

This commit is contained in:
Štěpán Němec
2011-06-07 13:34:58 +02:00
parent 6d162f167d
commit 89dde79df8
5 changed files with 6 additions and 6 deletions

View File

@@ -1813,7 +1813,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
});
commands.add(["loadplugins", "lpl"],
"Load all plugins immediately",
"Load all or matching plugins",
function (args) {
dactyl.loadPlugins(args.length ? args : null, args.bang);
},