Change command-line debug flag to -ZoteroDebug for consistency
From -zoterodebug
This commit is contained in:
parent
7519287fa8
commit
827eb9b32e
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ ZoteroCommandLineHandler.prototype = {
|
||||||
/* nsICommandLineHandler */
|
/* nsICommandLineHandler */
|
||||||
handle : function(cmdLine) {
|
handle : function(cmdLine) {
|
||||||
// Force debug output
|
// Force debug output
|
||||||
if (cmdLine.handleFlag("zoterodebug", false)) {
|
if (cmdLine.handleFlag("ZoteroDebug", false)) {
|
||||||
zInitOptions.forceDebugLog = true;
|
zInitOptions.forceDebugLog = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue