We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff558d commit be5d9b5Copy full SHA for be5d9b5
1 file changed
cli/src/command/stdio.rs
@@ -98,7 +98,7 @@ pub(crate) struct StdioCommand {
98
#[arg(
99
long,
100
visible_alias = "recursion",
101
- help = "Add the directory to the archive recursively",
+ help = "Add directories to the archive recursively",
102
default_value_t = true
103
)]
104
recursive: bool,
0 commit comments