Kaydet (Commit) 5cb10c4c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

rhbz#1031989 Accept --pt in addition to deprecated -pt

Change-Id: I3593b3fc7e0ad405612216fb07e8632050b75cee
üst 3b2b516c
......@@ -192,7 +192,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier )
bStartEvent = false;
bDisplaySpec = false;
}
else if ( aArg.equalsIgnoreAsciiCase("-pt"))
else if ( oArg.equalsIgnoreAsciiCase("pt"))
{
// Print to special printer
bPrintToEvent = true;
......
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