File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
QuoteGeneration/quote_wrapper/qgs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ int main(int argc, const char* argv[])
7575 unsigned long int num_threads = 0 ;
7676 char *endptr = NULL ;
7777 if (argc > 4 ) {
78- cout << " Usage: " << argv[0 ] << " [--no-daemon] [-p=port_number] [-n=number_threads]"
78+ cout << " Usage: " << argv[0 ] << " [--no-daemon] [-p=port_number] [-n=number_threads]"
7979 << endl;
8080 exit (1 );
8181 }
@@ -114,7 +114,7 @@ int main(int argc, const char* argv[])
114114 cout << " thread number [" << num_threads << " ] found in cmdline" << endl;
115115 continue ;
116116 } else {
117- cout << " Usage: " << argv[0 ] << " [--no-daemon] [-p=port_number] [-n=number_threads]"
117+ cout << " Usage: " << argv[0 ] << " [--no-daemon] [-p=port_number] [-n=number_threads]"
118118 << endl;
119119 exit (1 );
120120 }
You can’t perform that action at this time.
0 commit comments