summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKen Matsui <26405363+ken-matsui@users.noreply.github.com>2021-11-01 04:41:49 +0900
committerGitHub <noreply@github.com>2021-10-31 20:41:49 +0100
commitb61489c21831174614ffceced81add9384cd4014 (patch)
treefc83195b1dbc4beb9cb1c3a3089f1af0a3b27996 /CONTRIBUTING.md
parent954b43271132a6b2717ca5e35188e7de7480f418 (diff)
fix(docs): fix wrong arguments for `cargo make run` given in CONTRIBUTING.md (#819)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2a7039c50..11c6d1f33 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,7 +28,7 @@ cargo make build
cargo make test
# Run Zellij (optionally with additional arguments)
cargo make run
-cargo make run -- -l strider
+cargo make run -l strider
# Run Clippy (potentially with additional options)
cargo make clippy
cargo make clippy -W clippy::pedantic