Skip to content

Commit bfc74bf

Browse files
more concise help text
1 parent 141f152 commit bfc74bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

charon/src/bin/charon/cli.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ pub enum Charon {
1414
/// Runs charon on a single rust file (and the modules it references, if any).
1515
Rustc(RustcArgs),
1616
/// Runs charon on a cargo project. If a `[package.metadata.charon]` section is present in
17-
/// `Cargo.toml`, options are also read from it (CLI options take precedence). Run `charon
18-
/// cargo --help` for the full list of supported options.
17+
/// `Cargo.toml`, options are also read from it.
1918
Cargo(CargoArgs),
2019
/// Print the path to the rustc toolchain used by charon.
2120
ToolchainPath(ToolchainPathArgs),

0 commit comments

Comments
 (0)