improve command description

This commit is contained in:
Willy Kloucek
2022-01-07 19:19:16 +00:00
committed by Jörn Friedrich Dreyer
parent c92dca658a
commit 1e38150276
86 changed files with 234 additions and 178 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ import (
func Gateway(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "gateway",
Usage: "Start gateway",
Usage: "start gateway",
Before: func(c *cli.Context) error {
if err := ParseConfig(c, cfg, "storage-gateway"); err != nil {
return err