Skip to content

Commit

Permalink
bugfix typo in long form of g option (fixes issue #75)
Browse files Browse the repository at this point in the history
  • Loading branch information
hildigerr authored and benmwebb committed Oct 19, 2023
1 parent 491474b commit b98cbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dopewars.c
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,7 @@ struct CMDLINE *ParseCmdLine(int argc, char *argv[])
{"public-server", no_argument, NULL, 's'},
{"private-server", no_argument, NULL, 'S'},
{"port", required_argument, NULL, 'p'},
{"configfile", required_argument, NULL, 'g'},
{"config-file", required_argument, NULL, 'g'},
{"pidfile", required_argument, NULL, 'r'},
{"ai-player", no_argument, NULL, 'c'},
{"windowed-client", no_argument, NULL, 'w'},
Expand Down

0 comments on commit b98cbc8

Please sign in to comment.