Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
r3w0p committed May 29, 2024
1 parent 030eb08 commit 7d3b609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caravan/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) {

options.add_options()
(OPTS_HELP, "Print help instructions.")
(OPTS_VERSION, "Print help instructions.")
(OPTS_VERSION, "Print software version.")
("pvp", "A Player vs Player game.")
("bvb", "A Bot vs Bot game.")
("b,bot", "Which bot to play with (normal, friendly).", cxxopts::value<std::string>()->default_value("normal"))
Expand Down

0 comments on commit 7d3b609

Please sign in to comment.