mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 07:54:12 +02:00
Corrected n_arguments parameter in main scripts
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace buffer_config;
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
if (argc != 3) {
|
||||
if (argc != 4) {
|
||||
cout << endl;
|
||||
cout << "Usage: std_stream_send [detector_json_filename]"
|
||||
" [bit_depth] [stream_address]" << endl;
|
||||
|
||||
Reference in New Issue
Block a user