From: Sergey Matveev Date: Sun, 1 Dec 2019 08:26:16 +0000 (+0300) Subject: There is no "auth" word X-Git-Tag: v2.0.0~27 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=3b66475124ea28bd0cb95363028861b598b71883 There is no "auth" word --- diff --git a/gocheese.go b/gocheese.go index cde862a..fa2fb59 100644 --- a/gocheese.go +++ b/gocheese.go @@ -64,7 +64,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") - passwdPath = flag.String("passwd", "passwd", "Path to file with auth") + passwdPath = flag.String("passwd", "passwd", "Path to file with authenticators") 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")