Skip to content

Commit 6b0727c

Browse files
committed
Fix misleading help message for --manifest-path argument
Signed-off-by: Marek Kaput <[email protected]>
1 parent fa4f396 commit 6b0727c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scarb/src/bin/scarb/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use scarb_metadata::packages_filter::PackagesFilter;
2424
#[derive(Parser, Clone, Debug)]
2525
#[command(author, version = version::get().short(), long_version = version::get().long())]
2626
pub struct ScarbArgs {
27-
/// Override path to a directory containing a Scarb.toml file.
27+
/// Path to Scarb.toml.
2828
#[arg(long, env = "SCARB_MANIFEST_PATH", hide_short_help = true)]
2929
pub manifest_path: Option<Utf8PathBuf>,
3030

0 commit comments

Comments
 (0)