Skip to content

Commit 63b7b41

Browse files
committed
fixup! refactor(cli): rewrite rustup (toolchain|update|(un)?install) with clap-derive
1 parent f9620a3 commit 63b7b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suite/cli-ui/rustup/rustup_toolchain_cmd_install_cmd_help_flag_stdout.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Arguments:
1313
Options:
1414
--profile <PROFILE> [possible values: minimal, default, complete]
1515
-c, --component <COMPONENT>... Add specific components on installation
16-
-t, --target <targets>... Add specific targets on installation
17-
--no-self-update Don't perform self update when running the`rustup toolchain
16+
-t, --target <TARGET>... Add specific targets on installation
17+
--no-self-update Don't perform self update when running the `rustup toolchain
1818
install` command
1919
--force Force an update, even if some components are missing
2020
--allow-downgrade Allow rustup to downgrade the toolchain to satisfy your component

0 commit comments

Comments
 (0)