Skip to content

Commit 6948f4e

Browse files
committed
docs(user-guide/environment-variables): unify description style
1 parent 37ac4b4 commit 6948f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/user-guide/src/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Set to `auto` to use colors only in tty streams, to `always` to always enable colors,
4242
or to `never` to disable colors.
4343

44-
- `RUSTUP_UNPACK_RAM` *unstable* (default free memory or 500MiB if unable to tell, min 210MiB). Caps the amount of
44+
- `RUSTUP_UNPACK_RAM` *unstable* (default: free memory or 500MiB if unable to tell, min 210MiB). Caps the amount of
4545
RAM `rustup` will use for IO tasks while unpacking.
4646

4747
- `RUSTUP_NO_BACKTRACE`. Disables backtraces on non-panic errors even when
@@ -61,7 +61,7 @@
6161
symlink proxies and instead always use hardlinks. If you find this fixes
6262
a problem, then please report the issue on the [rustup issue tracker].
6363

64-
- `RUSTUP_TERM_PROGRESS_WHEN` (defaults: `auto`). Controls whether progress bars are shown or not.
64+
- `RUSTUP_TERM_PROGRESS_WHEN` (default: `auto`). Controls whether progress bars are shown or not.
6565
Set to `always` to always enable progress bars, and to `never` to disable them.
6666

6767
- `RUSTUP_TERM_WIDTH` (default: none). Allows to override the terminal width for progress bars.

0 commit comments

Comments
 (0)