zilch-cli-rust: fix copypasta error in --help

This commit is contained in:
puck 2025-03-02 21:44:11 +00:00
parent 071bc48a8b
commit 741fc30d84

View file

@ -24,9 +24,9 @@ executables in the crate, if unspecified)
daemon. daemon.
-L, --print-build-logs Print derivation logs as they come in. -L, --print-build-logs Print derivation logs as they come in.
-m, --crate-dir DIR The directory to use as root crate. -m, --crate-dir DIR The directory to use as root crate.
-r, --replace DIR Replace the module specified by the go.mod -r, --replace DIR Replace the crate specified by the Cargo.toml
with this source directory, rather than using with this source directory, rather than using
the upstream module. Can be specified more the upstream crate. Can be specified more
than once. than once.
-z, --overrides PATH Read build script overrides from this file. -z, --overrides PATH Read build script overrides from this file.
By default, a stock set of overrides is read. By default, a stock set of overrides is read.