Skip to content

Commit

Permalink
Add description and website to help command
Browse files Browse the repository at this point in the history
Closes #28
  • Loading branch information
stefanmaric committed Jan 18, 2023
1 parent 8b54aeb commit 4591bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Add description and website to help command

## 0.9.1 - 2022-10-23

Expand Down
3 changes: 3 additions & 0 deletions bin/g
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ display_g_version() {
display_help() {
cat <<- EOF
Simple go version manager, gluten-free.
Usage: g [COMMAND] [options] [args]
Commands:
Expand Down Expand Up @@ -98,6 +100,7 @@ display_help() {
-a, --arch Override system architecture
-u, --unstable Include unstable versions in list
Visit https://github.com/stefanmaric/g to learn more about g.
EOF
}

Expand Down

0 comments on commit 4591bcc

Please sign in to comment.