diff options
Diffstat (limited to 'src/buildtool/common/cli.hpp')
-rw-r--r-- | src/buildtool/common/cli.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp index a1438400..bdcc5716 100644 --- a/src/buildtool/common/cli.hpp +++ b/src/buildtool/common/cli.hpp @@ -407,7 +407,7 @@ static inline auto SetupEndpointArguments( static inline auto SetupServeEndpointArguments( gsl::not_null<CLI::App*> const& app, gsl::not_null<ServeArguments*> const& clargs) { - app->add_option("--remote-serve-address", + app->add_option("-R,--remote-serve-address", clargs->remote_serve_address, "Address of the serve service.") ->type_name("NAME:PORT"); |