We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4f396 commit 6b0727cCopy full SHA for 6b0727c
scarb/src/bin/scarb/args.rs
@@ -24,7 +24,7 @@ use scarb_metadata::packages_filter::PackagesFilter;
24
#[derive(Parser, Clone, Debug)]
25
#[command(author, version = version::get().short(), long_version = version::get().long())]
26
pub struct ScarbArgs {
27
- /// Override path to a directory containing a Scarb.toml file.
+ /// Path to Scarb.toml.
28
#[arg(long, env = "SCARB_MANIFEST_PATH", hide_short_help = true)]
29
pub manifest_path: Option<Utf8PathBuf>,
30
0 commit comments