SKALE-2671 add -n to legitimate options

parent 2082c220
......@@ -87,7 +87,7 @@ int main(int argc, char *argv[]) {
while ((opt = getopt(argc, argv, "cshd0abyvV")) != -1) {
while ((opt = getopt(argc, argv, "cshd0abyvVn")) != -1) {
switch (opt) {
case 'h':
printUsage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment