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[])
75
75
unsigned long int num_threads = 0 ;
76
76
char *endptr = NULL ;
77
77
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]"
79
79
<< endl;
80
80
exit (1 );
81
81
}
@@ -114,7 +114,7 @@ int main(int argc, const char* argv[])
114
114
cout << " thread number [" << num_threads << " ] found in cmdline" << endl;
115
115
continue ;
116
116
} 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]"
118
118
<< endl;
119
119
exit (1 );
120
120
}
You can’t perform that action at this time.
0 commit comments