Skip to content

Commit

Permalink
clarify that get command is called by Git
Browse files Browse the repository at this point in the history
  • Loading branch information
hickford committed Jul 16, 2023
1 parent 1c79e63 commit 607f3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func main() {
flag.PrintDefaults()
fmt.Fprintln(os.Stderr, "")
fmt.Fprintln(os.Stderr, "Actions:")
fmt.Fprintln(os.Stderr, " get Generate credential")
fmt.Fprintln(os.Stderr, " get Generate credential [called by Git]")
fmt.Fprintln(os.Stderr, " configure Configure as Git credential helper")
fmt.Fprintln(os.Stderr, " unconfigure Unconfigure as Git credential helper")
fmt.Fprintln(os.Stderr, "")
Expand Down

0 comments on commit 607f3f4

Please sign in to comment.