mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 01:12:04 +02:00
Corrected n_arguments parameter in main scripts
This commit is contained in:
@@ -18,7 +18,7 @@ using namespace live_writer_config;
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
if (argc != 2) {
|
||||
if (argc != 3) {
|
||||
cout << endl;
|
||||
cout << "Usage: std-det-writer [detector_json_filename]"
|
||||
" [bit_depth]" << endl;
|
||||
|
||||
@@ -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