Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Installation profiles (rust-lang#1673)
Browse files Browse the repository at this point in the history
* Add profile argument to rustup install

* Address some warnings

Signed-off-by: Nick Cameron <[email protected]>

* Review changes

Signed-off-by: Nick Cameron <[email protected]>
  • Loading branch information
nrc authored Sep 11, 2019
1 parent 588b4a5 commit 80c2cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ OPTIONS:
--default-host <default-host> Choose a default host triple
--default-toolchain <default-toolchain> Choose a default toolchain to install
--default-toolchain none Do not install any toolchains
--profile [minimal|default|complete] Choose a profile
EOF
}

Expand Down

0 comments on commit 80c2cdd

Please sign in to comment.