From a80d3f29ff0b76cea00672f24c408695ac8957d6 Mon Sep 17 00:00:00 2001 From: nytpu Date: Thu, 18 Mar 2021 13:48:26 -0600 Subject: add flag for number of refresh workers --- comitium.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comitium.go') diff --git a/comitium.go b/comitium.go index 3c092d1..5129b70 100644 --- a/comitium.go +++ b/comitium.go @@ -161,8 +161,8 @@ func usage() { fmt.Fprintf(os.Stderr, "\nGlobal Flags:\n%v", globalFs.FlagUsages()) // command-specific flags should be printed here - fmt.Fprintf(os.Stderr, "Flags for \"add\":\n%v\n", commands["add"].FlagUsages()) + fmt.Fprintf(os.Stderr, "Flags for \"add\":\n%v", commands["add"].FlagUsages()) + fmt.Fprintf(os.Stderr, "Flags for \"refresh\":\n%v\n", commands["refresh"].FlagUsages()) - //fmt.Fprintf(os.Stderr, "To see specific details for a command, run \"%v -h\"\n", os.Args[0]) fmt.Fprint(os.Stderr, "For more help, see comitium(1).\n") } -- cgit v1.2.3