Fix number of input parameters

This commit is contained in:
2020-04-22 10:28:57 +02:00
parent 3d81022f73
commit 0734a25d38
+1 -1
View File
@@ -12,7 +12,7 @@ using namespace std;
int main (int argc, char *argv[]) {
if (argc != 5) {
if (argc != 6) {
cout << endl;
cout << "Usage: sf_replay [device]";
cout << " [channel_name] [module_id] [start_pulse_id] [stop_pulse_id]";