diff --git a/src/caravan/main.cpp b/src/caravan/main.cpp index 6d52423..cdcaf31 100644 --- a/src/caravan/main.cpp +++ b/src/caravan/main.cpp @@ -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()->default_value("normal"))