mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 01:32:42 +02:00
Fix number of expected parameters
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
using namespace std;
|
||||
|
||||
int main (int argc, char *argv[]) {
|
||||
if (argc != 4) {
|
||||
if (argc != 3) {
|
||||
cout << endl;
|
||||
cout << "Usage: sf_reader [device_name] [root_folder]";
|
||||
cout << endl;
|
||||
|
||||
Reference in New Issue
Block a user