Fix number of input parameters

This commit is contained in:
2020-04-22 10:36:23 +02:00
parent e18a24d341
commit 577221810f
+1 -1
View File
@@ -10,7 +10,7 @@ using namespace std;
int main (int argc, char *argv[])
{
if (argc != 5) {
if (argc != 4) {
cout << endl;
cout << "Usage: sf_h5_writer ";
cout << " [output_file] [start_pulse_id] [stop_pulse_id]";