diff --git a/FlippR-Driver/networking/FlippRServer.cpp b/FlippR-Driver/networking/FlippRServer.cpp index bd9eece..432f034 100644 --- a/FlippR-Driver/networking/FlippRServer.cpp +++ b/FlippR-Driver/networking/FlippRServer.cpp @@ -250,7 +250,7 @@ void FlippRServer::defineOptions(OptionSet& options) .callback(OptionCallback(this, &FlippRServer::handle_config_file)) .argument("display-config", true)); - options.addOption(Option("server-config", "-s", "Specify where the server-config file is located. Only needed when not in this folder.") + options.addOption(Option("server-config", "s", "Specify where the server-config file is located. Only needed when not in this folder.") .required(this->display_config == "Not set") .repeatable(false) .callback(OptionCallback(this, &FlippRServer::handle_config_file))