improve usage text

Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
Willy Kloucek
2022-08-17 14:29:42 +02:00
committed by GitHub
parent 82acd83c61
commit ea1484250f

View File

@@ -40,7 +40,7 @@ func Uploads(cfg *config.Config) *cli.Command {
func ListUploads(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "list",
Usage: "Print a list of all incomplete uploads",
Usage: "Print a list of all expired or aborted uploads",
Category: "services",
Before: func(c *cli.Context) error {
err := parser.ParseConfig(cfg)