about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-05-23 16:41:37 +0200
committerGitHub <noreply@github.com>2025-05-23 16:41:37 +0200
commit7c026ea31daa07d2ab2ae9562f878870ef8705c9 (patch)
tree5de736cdb7469a5ee4ef6bf1c097a53a517af0f6
parent3ab6af049bb84a6e107851ecf333512b0d4562eb (diff)
downloadrust-7c026ea31daa07d2ab2ae9562f878870ef8705c9.tar.gz
rust-7c026ea31daa07d2ab2ae9562f878870ef8705c9.zip
Add missing space in usage.md
-rw-r--r--docs/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.md b/docs/usage.md
index dbe36109f83..9dcfee4f535 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -47,7 +47,7 @@ These are a few functions that allow you to easily run rust code from the shell
 
 ```bash
 function jit_naked() {
-    echo "$@" | $cg_clif_dir/dist/rustc-clif - -Zunstable-options -Cllvm-args=jit-mode-Cprefer-dynamic
+    echo "$@" | $cg_clif_dir/dist/rustc-clif - -Zunstable-options -Cllvm-args=jit-mode -Cprefer-dynamic
 }
 
 function jit() {