Merge with phonegap

Fixed the issue with implictly turning on debug for -c instead of -L
This commit is contained in:
senthil 2014-11-17 10:06:48 -05:00
parent 12334f8ddf
commit 3dcd64f7c0

View File

@ -1723,10 +1723,10 @@ int main(int argc, char *argv[]) {
case 'L':
interactive = false;
justlaunch = true;
debug = 1;
break;
case 'c':
detect_only = true;
debug = 1;
break;
case 'V':
show_version();