Make the help menu nicer

This commit is contained in:
2020-04-21 12:35:02 +02:00
parent 09900876b2
commit 3393d609a2
+3 -3
View File
@@ -15,9 +15,9 @@ int main (int argc, char *argv[])
cout << "Usage: sf_h5_writer [device_name] [root_folder]";
cout << " [output_file] [start_pulse_id] [stop_pulse_id]";
cout << endl;
cout << "\tdevice_name: Name of detector to write.";
cout << "\troot_folder: Base of the buffer.";
cout << "\toutput_file: Complete path to the output file.";
cout << "\tdevice_name: Name of detector to write." << endl;
cout << "\troot_folder: Base of the buffer." << endl;
cout << "\toutput_file: Complete path to the output file." << endl;
cout << "\tstart_pulse_id: Start pulse_id of retrieval." << endl;
cout << "\tstop_pulse_id: Stop pulse_id of retrieval." << endl;
cout << endl;