mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Fix command list in help output (#274)
'rebase' and 'fixup' were accidentally displayed on the same line.
This commit is contained in:
parent
329523bd0d
commit
548af731f0
|
|
@ -611,9 +611,10 @@ valid_commands=(
|
|||
"cherry_pick_from_branch"
|
||||
"clean"
|
||||
"diff"
|
||||
"fixup"
|
||||
"ignore"
|
||||
"log"
|
||||
"rebase fixup"
|
||||
"rebase"
|
||||
"reset_head"
|
||||
"revert_commit"
|
||||
"stash_show"
|
||||
|
|
|
|||
Loading…
Reference in a new issue