Skip to content

Commit 742e9df

Browse files
committed
docs: move help section to bottom of page
1 parent ad23f3c commit 742e9df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/src/basics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Basic usage
22

3-
The `rustup` command-line has a built-in help system that provides more
4-
information about each command. Run `rustup help` for an overview. Detailed
5-
help for each subcommand is also available. For example, run `rustup toolchain
6-
install --help` for specifics on installing [toolchains].
7-
8-
[toolchains]: concepts/toolchains.md
9-
103
## Keeping Rust up to date
114

125
Rust is distributed on three different [release channels]: stable, beta, and
@@ -35,8 +28,6 @@ info: downloading self-updates
3528

3629
```
3730

38-
This is the essence of `rustup`.
39-
4031
## Keeping rustup up to date
4132

4233
Running `rustup update` also checks for updates to `rustup` itself and automatically
@@ -53,3 +44,12 @@ info: downloading self-updates
5344
> You can prevent this automatic behaviour by passing the `--no-self-update` argument
5445
> when running `rustup update` or `rustup toolchain install`.
5546
47+
## Help system
48+
49+
The `rustup` command-line has a built-in help system that provides more
50+
information about each command. Run `rustup help` for an overview. Detailed
51+
help for each subcommand is also available. For example, run `rustup toolchain
52+
install --help` for specifics on installing [toolchains].
53+
54+
[toolchains]: concepts/toolchains.md
55+

0 commit comments

Comments
 (0)