Fix command list in help output (#274)

'rebase' and 'fixup' were accidentally displayed on the same line.
This commit is contained in:
Tim 2023-01-11 10:22:53 +01:00 committed by GitHub
parent 329523bd0d
commit 548af731f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -611,9 +611,10 @@ valid_commands=(
"cherry_pick_from_branch"
"clean"
"diff"
"fixup"
"ignore"
"log"
"rebase fixup"
"rebase"
"reset_head"
"revert_commit"
"stash_show"