Cleanup command line options

- Remove old cmd options --config-json-file and --config-xml-file.
   Now handled by --mq-config with file extension detection.
 - Fix --config-json-string and --config-xml-string
 - Move config-key to proper place (in --help)
This commit is contained in:
Alexey Rybalchenko
2016-05-23 14:55:42 +02:00
committed by Mohammad Al-Turany
parent 4944d7ec41
commit cc88339791
2 changed files with 31 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ struct FairMQFSM_ : public msm::front::state_machine_def<FairMQFSM_>
template <class Event, class FSM>
void on_entry(Event const&, FSM&)
{
LOG(STATE) << "Entering FairMQ state machine";
LOG(STATE) << "Starting FairMQ state machine";
fState = IDLE;
}