From: Sergey Matveev Date: Sat, 5 Oct 2019 13:10:24 +0000 (+0300) Subject: Slightly more descriptive -auth option X-Git-Tag: v2.0.0~34 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=be1064f27f8eb6d89c9dbb3059168fccb91895ad Slightly more descriptive -auth option --- diff --git a/gocheese.go b/gocheese.go index 8188671..a8f6491 100644 --- a/gocheese.go +++ b/gocheese.go @@ -63,7 +63,7 @@ var ( norefreshURLPath = flag.String("norefresh", "/norefresh/", "Non-refreshing URL path") refreshURLPath = flag.String("refresh", "/simple/", "Auto-refreshing URL path") pypiURL = flag.String("pypi", "https://pypi.org/simple/", "Upstream PyPI URL") - auth = flag.String("auth", "passwd", "Path to file with login:passwd") + auth = flag.String("auth", "passwd", "Path to file with login:password lines") fsck = flag.Bool("fsck", false, "Check integrity of all packages") version = flag.Bool("version", false, "Print version information") warranty = flag.Bool("warranty", false, "Print warranty information")