commit 827eb9b32ea2d8dc200b4ea021c8040a96917ae1
parent 7519287fa8510cfff6a7243250a537aae75d0dbe
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 24 Mar 2015 03:38:11 -0400
Change command-line debug flag to -ZoteroDebug for consistency
From -zoterodebug
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/zotero-service.js b/components/zotero-service.js
@@ -364,7 +364,7 @@ ZoteroCommandLineHandler.prototype = {
/* nsICommandLineHandler */
handle : function(cmdLine) {
// Force debug output
- if (cmdLine.handleFlag("zoterodebug", false)) {
+ if (cmdLine.handleFlag("ZoteroDebug", false)) {
zInitOptions.forceDebugLog = true;
}