about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index 6749995a766..6f32693fdae 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -30,7 +30,7 @@ If you're concerned about the [potential insecurity](http://curlpipesh.tumblr.co
 please keep reading and see our disclaimer below. And feel free to use a two-step version of the installation and examine our installation script:
 
 ```bash
-curl -L https://static.rust-lang.org/rustup.sh -o rustup.sh
+curl -L https://static.rust-lang.org/rustup.sh -O
 sudo sh rustup.sh
 ```