summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-28 12:30:08 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-28 12:30:08 +0100
commit2f2e34575cdc7248bb67cd4fdc2d52a6b03d8fa1 (patch)
treec5cf5818d38cb7b53aa84ef282de0f7ed070aa5f /toolkit
parent2516940bc5219c19445559baa074620827eb85ae (diff)
downloaduxp-2f2e34575cdc7248bb67cd4fdc2d52a6b03d8fa1.tar.gz
Basilisk - the cmd line - help (the columns alignment, error improvements) - follow up
https://github.com/MoonchildProductions/moebius/pull/58
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/components/console/jsconsole-clhandler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/console/jsconsole-clhandler.js b/toolkit/components/console/jsconsole-clhandler.js
index 7e5d0ea51e..1fff888900 100644
--- a/toolkit/components/console/jsconsole-clhandler.js
+++ b/toolkit/components/console/jsconsole-clhandler.js
@@ -31,7 +31,7 @@ jsConsoleHandler.prototype = {
cmdLine.preventDefault = true;
},
- helpInfo : " -jsconsole Open the Error console.\n",
+ helpInfo : " --jsconsole Open the Error console.\n",
classID: Components.ID("{2cd0c310-e127-44d0-88fc-4435c9ab4d4b}"),
QueryInterface: XPCOMUtils.generateQI([Ci.nsICommandLineHandler]),