1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-08 11:32:58 +02:00

Add helpInfo to the command-line handler, not that it makes a difference.

This commit is contained in:
Kris Maglione
2010-11-12 15:33:08 -05:00
parent 1e87732602
commit 56b3700fb3
2 changed files with 10 additions and 10 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ CommandLineHandler.prototype = {
catch (e) {
dump(name + ": option '-" + name + "' requires an argument\n");
}
}
},
helpInfo: " -" + name + " <opts>" + " Additonal options for " + appName + " startup\n".substr(name.length)
};
if (XPCOMUtils.generateNSGetFactory)