1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 16:07:59 +01:00

Fix -{config.name} command-line processing.

--HG--
extra : rebase_source : 452d953121c4b28ea1585842710e0c74b4bef348
This commit is contained in:
Doug Kearns
2009-11-10 04:52:26 +11:00
parent 4658d7e211
commit f09f6120e7
4 changed files with 6 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ CommandLineHandler.prototype = {
this.optionValue = commandLine.handleFlagWithParam(name, false);
}
catch (e) {
//"vimperator: option -vimperator requires an argument"
dump(name + ": option '-" + name + "' requires an argument\n");
}
}
};