Commit 92cc622d authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix missing A in getopt.

From Michael Grant.
parent 2ab00b8e
......@@ -127,7 +127,7 @@ main(int argc, char **argv)
protocol_port = 8475;
while(1) {
opt = getopt(argc, argv, "m:p:h:H:i:k:PsS:d:g:lwt:T:c:C:DL:I:");
opt = getopt(argc, argv, "m:p:h:H:i:k:A:PsS:d:g:lwt:T:c:C:DL:I:");
if(opt < 0)
break;
......
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