diff --git a/src/main.rs b/src/main.rs index dffa85417..30beaae34 100644 --- a/src/main.rs +++ b/src/main.rs @@ -174,8 +174,13 @@ To allow or deny a lint from the command line you can use cargo clipp You can use tool lints to allow or deny lints from your code, e.g.: #[allow(clippy::needless_lifetimes)] -" - ) + +Manifest Options: + --manifest-path <> Path to Cargo.toml + --frozen Require Cargo.lock and cache are up to date + --locked Require Cargo.lock is up to date + --offline Run without accessing the network +") } #[cfg(test)] mod tests {