We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c33b8 commit a7e2896Copy full SHA for a7e2896
src/cmd/pop.rs
@@ -82,7 +82,7 @@ fn make() -> clap::Command {
82
Arg::new("spill")
83
.long("spill")
84
.short('s')
85
- .help("Keep patches' modifications in working tree after popping")
+ .help("Keep patches' modifications in index and worktree after popping")
86
.action(clap::ArgAction::SetTrue),
87
)
88
.arg(argset::keep_arg())
0 commit comments