mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-04 16:09:33 +00:00
Merge pull request #1947 from ldejager/usage_typo_fix [ci skip]
Fix usage typo in info.go
This commit is contained in:
commit
24507d9f5f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
var infoCmd = cli.Command{
|
||||
Name: "info",
|
||||
Usage: "should information about the current user",
|
||||
Usage: "show information about the current user",
|
||||
Action: func(c *cli.Context) {
|
||||
if err := info(c); err != nil {
|
||||
log.Fatalln(err)
|
||||
|
|
Loading…
Reference in a new issue