X Tutup
Skip to content

Commit b943801

Browse files
committed
Add GH_BROWSER to help topic
1 parent a07748f commit b943801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/root/help_topic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var HelpTopics = map[string]map[string]string{
4444
GH_EDITOR, GIT_EDITOR, VISUAL, EDITOR (in order of precedence): the editor tool to use
4545
for authoring text.
4646
47-
BROWSER: the web browser to use for opening links.
47+
GH_BROWSER, BROWSER (in order of precedence): the web browser to use for opening links.
4848
4949
DEBUG: set to any value to enable verbose output to standard error. Include values "api"
5050
or "oauth" to print detailed information about HTTP requests or authentication flow.

0 commit comments

Comments
 (0)
X Tutup