X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gocheese.go;h=fa2fb59040de0021f714ccc28b2468f4ffb57c7b;hb=3b66475124ea28bd0cb95363028861b598b71883;hp=cde862ab49d8ade28c5e1664e2962f8e4b5edae2;hpb=da459b3a2e16844ecf28f0cef77a55b9287e4fd0;p=gocheese.git 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")