mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-23 19:11:38 +01:00
fixed description of --output
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
parent
f7d5eb118d
commit
724948c68e
@ -35,7 +35,7 @@ var RepoFlag = cli.StringFlag{
|
||||
// OutputFlag provides flag to specify output type
|
||||
var OutputFlag = cli.StringFlag{
|
||||
Name: "output, o",
|
||||
Usage: "Indicate one repository, optional when inside a gitea repository",
|
||||
Usage: "Specify output format. (csv, simple, table, tsv, yaml)",
|
||||
Destination: &outputValue,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user