Skip to content

Commit

Permalink
docs(pop): clarify --spill behavior
Browse files Browse the repository at this point in the history
Fixes: #445
  • Loading branch information
jpgrayson committed May 5, 2024
1 parent 92c33b8 commit a7e2896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/pop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fn make() -> clap::Command {
Arg::new("spill")
.long("spill")
.short('s')
.help("Keep patches' modifications in working tree after popping")
.help("Keep patches' modifications in index and worktree after popping")
.action(clap::ArgAction::SetTrue),
)
.arg(argset::keep_arg())
Expand Down

0 comments on commit a7e2896

Please sign in to comment.