Adding printout to report command line executed in batch mode.

This commit is contained in:
Alan Mishchenko 2012-07-08 13:23:29 -07:00
parent 6c3363f777
commit d533f18219
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ int Abc_RealMain( int argc, char * argv[] )
switch(c) {
case 'c':
strcpy( sCommandUsr, globalUtilOptarg );
printf( "ABC command line: \"%s\".\n", sCommandUsr );
fBatch = 1;
break;