Commit d533f182 by Alan Mishchenko

Adding printout to report command line executed in batch mode.

parent 6c3363f7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment