mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
cargo-build: fix --bin subcommand (#4921)
This commit is contained in:
parent
41b69bd45b
commit
b804c909d3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
- Build only the specified binary:
|
||||
|
||||
`cargo --bin {{name}}`
|
||||
`cargo build --bin {{name}}`
|
||||
|
||||
- Build only the specified test target:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue