Fix #445: Reduced length of filter help string

License: MIT
Signed-off-by: Paul Jewell <sona1111@zoho.com>
This commit is contained in:
paul 2018-06-23 21:27:18 -04:00 committed by Kishan Mohanbhai Sagathiya
parent 7c04dd1acc
commit 02af6c121f

View File

@ -101,7 +101,7 @@ func main() {
cli.StringFlag{
Name: "filter",
Value: "",
Usage: "filter for the 'status' command, may be one of status flags like 'pinned', 'error', 'queued' or a comma separated list",
Usage: "filter for the 'status' command, may be one of status flags or a comma separated list",
},
cli.BoolFlag{
Name: "https, s",