Skip to content

Commit 0b17b56

Browse files
committed
Fix order of hints in agit's branch cmd
1 parent 248ba1c commit 0b17b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/agit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ void cmd_add(void) {
342342

343343
void cmd_branch(void) {
344344
set("git", "branch");
345-
hint("< --copy --delete --move --force --set-upstream-to >");
345+
hint("< --copy --delete --force --move --set-upstream-to >");
346346
if (add(list_branches)) {
347347
run(1);
348348
}

0 commit comments

Comments
 (0)