diff --git a/server/src/bin.rs b/server/src/bin.rs index 7607abff..87520d5a 100644 --- a/server/src/bin.rs +++ b/server/src/bin.rs @@ -44,7 +44,7 @@ fn main() { (@subcommand build => (about: "Generates an rbxmx model file from the project.") (@arg PROJECT: "Path to the project to serve. Defaults to the current directory.") - (@arg output: --output +takes_value +required "Where to output the result.") + (@arg output: --output -o +takes_value +required "Where to output the result.") ) (@subcommand upload =>