Skip to content

Commit a7e2896

Browse files
committed
docs(pop): clarify --spill behavior
Fixes: #445
1 parent 92c33b8 commit a7e2896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/pop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fn make() -> clap::Command {
8282
Arg::new("spill")
8383
.long("spill")
8484
.short('s')
85-
.help("Keep patches' modifications in working tree after popping")
85+
.help("Keep patches' modifications in index and worktree after popping")
8686
.action(clap::ArgAction::SetTrue),
8787
)
8888
.arg(argset::keep_arg())

0 commit comments

Comments
 (0)