mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-07 01:48:50 +00:00
Fix usage typo in info.go
This commit is contained in:
parent
99eb89be1c
commit
782616ccc9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
|
|
||||||
var infoCmd = cli.Command{
|
var infoCmd = cli.Command{
|
||||||
Name: "info",
|
Name: "info",
|
||||||
Usage: "should information about the current user",
|
Usage: "show information about the current user",
|
||||||
Action: func(c *cli.Context) {
|
Action: func(c *cli.Context) {
|
||||||
if err := info(c); err != nil {
|
if err := info(c); err != nil {
|
||||||
log.Fatalln(err)
|
log.Fatalln(err)
|
||||||
|
|
Loading…
Reference in a new issue