Change command-line debug flag to -ZoteroDebug for consistency

From -zoterodebug
This commit is contained in:
Dan Stillman 2015-03-24 03:38:11 -04:00
parent 7519287fa8
commit 827eb9b32e

View File

@ -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;
}