diff options
| author | Thom Chiovoloni <thom@shift.click> | 2023-03-11 14:10:00 -0800 |
|---|---|---|
| committer | Thom Chiovoloni <thom@shift.click> | 2023-03-11 14:10:00 -0800 |
| commit | fcb2a3665f691f567dbb359899687d6344c72944 (patch) | |
| tree | 8ed28adf6284aa344a6f3d9d29d4f3a222e71e6e /src/bootstrap/bin | |
| parent | 8a73f50d875840b8077b8ec080fa41881d7ce40d (diff) | |
| download | rust-fcb2a3665f691f567dbb359899687d6344c72944.tar.gz rust-fcb2a3665f691f567dbb359899687d6344c72944.zip | |
Rename `config.toml.example` to `config.example.toml`
Diffstat (limited to 'src/bootstrap/bin')
| -rw-r--r-- | src/bootstrap/bin/main.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bootstrap/bin/main.rs b/src/bootstrap/bin/main.rs index 3856bb64fb3..b345bf9fb83 100644 --- a/src/bootstrap/bin/main.rs +++ b/src/bootstrap/bin/main.rs @@ -44,8 +44,8 @@ fn main() { if suggest_setup { println!("warning: you have not made a `config.toml`"); println!( - "help: consider running `./x.py setup` or copying `config.toml.example` by running \ - `cp config.toml.example config.toml`" + "help: consider running `./x.py setup` or copying `config.example.toml` by running \ + `cp config.example.toml config.toml`" ); } else if let Some(suggestion) = &changelog_suggestion { println!("{}", suggestion); @@ -57,8 +57,8 @@ fn main() { if suggest_setup { println!("warning: you have not made a `config.toml`"); println!( - "help: consider running `./x.py setup` or copying `config.toml.example` by running \ - `cp config.toml.example config.toml`" + "help: consider running `./x.py setup` or copying `config.example.toml` by running \ + `cp config.example.toml config.toml`" ); } else if let Some(suggestion) = &changelog_suggestion { println!("{}", suggestion); |
