Skip to content

Commit be5d9b5

Browse files
committed
✏️ Enhance help text for stdio help message
1 parent 7ff558d commit be5d9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/command/stdio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub(crate) struct StdioCommand {
9898
#[arg(
9999
long,
100100
visible_alias = "recursion",
101-
help = "Add the directory to the archive recursively",
101+
help = "Add directories to the archive recursively",
102102
default_value_t = true
103103
)]
104104
recursive: bool,

0 commit comments

Comments
 (0)