Change command-line debug flag to -ZoteroDebug for consistency
From -zoterodebug
This commit is contained in:
parent
7519287fa8
commit
827eb9b32e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user