diff --git a/src/main.rs b/src/main.rs index 61d9c86f..b1fba258 100644 --- a/src/main.rs +++ b/src/main.rs @@ -114,7 +114,7 @@ struct Options { /// switches over to a "local" install, where binaries are installed at the path given, and the /// global metadata files are not updated. #[clap(help_heading = "Options", long)] - install_path: Option, + install_path: Option, /// Enforce downloads over secure transports only. ///