git-rebase--interactive: fix copy-paste mistake
exec argument is a command, not a commit. Signed-off-by: Orgad Shaneh <orgads@gmail.com> Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Orgad Shaneh committed
May 27, 2018 at 09:51 UTC
35d515b53f594e9b281f15943ba1b66a2305857a
1 file changed
+1
-1
git-rebase--interactive.sh
+1
-1
@@ -160,7 +160,7 @@ r, reword <commit> = use commit, but edit the commit message
160
e, edit <commit> = use commit, but stop for amending
161
s, squash <commit> = use commit, but meld into previous commit
162
f, fixup <commit> = like \"squash\", but discard this commit's log message
163
-x, exec <commit> = run command (the rest of the line) using shell
163
+x, exec <command> = run command (the rest of the line) using shell
164
d, drop <commit> = remove commit
165
l, label <label> = label current HEAD with a name
166
t, reset <label> = reset HEAD to a label