1
0
Fork 0
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:
Alvise Trevisan 2020-11-01 17:06:02 +02:00 committed by GitHub
parent 41b69bd45b
commit b804c909d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
- Build only the specified binary:
`cargo --bin {{name}}`
`cargo build --bin {{name}}`
- Build only the specified test target: