Skip to content

Commit c0f7a6c

Browse files
committed
git-gui: Include browser in our usage message.
Now that the 'browser' subcommand can be used to startup the tree browser, it should be listed as a possible subcommand option in our usage message. Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent 019f42a commit c0f7a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5478,7 +5478,7 @@ gui {
54785478
# fall through to setup UI for commits
54795479
}
54805480
default {
5481-
puts stderr "usage: $argv0 \[{blame|citool}\]"
5481+
puts stderr "usage: $argv0 \[{blame|browser|citool}\]"
54825482
exit 1
54835483
}
54845484
}

0 commit comments

Comments
 (0)