stupid mistake

This commit is contained in:
Jonas Zeunert
2019-07-30 23:34:32 +02:00
parent cbab0e1d5b
commit 9caa7d10a8

View File

@@ -250,7 +250,7 @@ void FlippRServer::defineOptions(OptionSet& options)
.callback(OptionCallback<FlippRServer>(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<FlippRServer>(this, &FlippRServer::handle_config_file))