Skip to content

Commit 9c5ec3f

Browse files
committed
feat(pluginlab): update cli help
1 parent 8ab49a1 commit 9c5ec3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pluginlab/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct Cli {
1515
#[arg(long, default_value_t = false)]
1616
pub debug: bool,
1717

18-
/// Path to the directory to mount (the runtime will only have access to this directory) - default is the current directory
18+
/// Path to the directory to mount (the runtime will only have access to this directory)
1919
#[arg(long, default_value = ".")]
2020
pub dir: PathBuf,
2121

0 commit comments

Comments
 (0)