diff --git a/pages/common/rustup-init.sh.md b/pages/common/rustup-init.sh.md index 8eb0e3448f62f7..64231131e37130 100644 --- a/pages/common/rustup-init.sh.md +++ b/pages/common/rustup-init.sh.md @@ -5,11 +5,11 @@ - Download and run `rustup-init` to install `rustup` and the default Rust toolchain: -`curl https://sh.rustup.rs -sSf | sh -s` +`curl https://sh.rustup.rs {{[-sSf|--silent --show-error --fail]}} | sh -s` - Download and run `rustup-init` and pass arguments to it: -`curl https://sh.rustup.rs -sSf | sh -s -- {{arguments}}` +`curl https://sh.rustup.rs {{[-sSf|--silent --show-error --fail]}} | sh -s -- {{arguments}}` - Run `rustup-init` and specify additional components or targets to install: diff --git a/pages/common/zek.md b/pages/common/zek.md index 8acfea324b8e4b..f1a90060ee3326 100644 --- a/pages/common/zek.md +++ b/pages/common/zek.md @@ -1,7 +1,7 @@ # zek > Generate a Go struct from XML. -> More information: . +> More information: . - Generate a Go struct from a given XML from `stdin` and display output on `stdout`: @@ -9,7 +9,7 @@ - Generate a Go struct from a given XML from `stdin` and send output to a file: -`curl -s {{https://url/to/xml}} | zek -o {{path/to/output.go}}` +`curl {{[-s|--silent]}} {{https://url/to/xml}} | zek -o {{path/to/output.go}}` - Generate an example Go program from a given XML from `stdin` and send output to a file: