mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-06 17:18:42 +02:00
Fix number of input parameters
This commit is contained in:
@@ -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]";
|
||||
|
||||
Reference in New Issue
Block a user