--- quicklook/tracker/flight/src/FTrkScanQLook_EXPERT.cc 2006/06/29 11:11:59 1.5 +++ quicklook/tracker/flight/src/FTrkScanQLook_EXPERT.cc 2006/09/19 15:15:42 1.12 @@ -2,7 +2,7 @@ * FTrkScanQLook_EXPERT.cc * * autor: D.Fedele - * version v1r04 + * version v1r.. * Parameters: * file - the path to the root file to analyze * outDir - total path of output file @@ -37,11 +37,6 @@ int nul = 0; if(argc>1){ - if(argc<3){ - printf("\n\tYou have to insert at least the file to analyze \n"); - usage(); - return(0); - } if ( !strcmp(argv[1],"--version") ){ info(); return(0); @@ -93,6 +88,12 @@ } } } + + else if(argc==1){ + printf("\n\tYou have to insert at least the file to analyze \n"); + usage(); + return(0); + } if ( !beverbose ){