]> Cypherpunks.ru repositories - gocheese.git/commitdiff
There is no "auth" word
authorSergey Matveev <stargrave@stargrave.org>
Sun, 1 Dec 2019 08:26:16 +0000 (11:26 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 1 Dec 2019 20:42:35 +0000 (23:42 +0300)
gocheese.go

index cde862ab49d8ade28c5e1664e2962f8e4b5edae2..fa2fb59040de0021f714ccc28b2468f4ffb57c7b 100644 (file)
@@ -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")