]> Cypherpunks.ru repositories - gocheese.git/commitdiff
Slightly more descriptive -auth option
authorSergey Matveev <stargrave@stargrave.org>
Sat, 5 Oct 2019 13:10:24 +0000 (16:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 5 Oct 2019 13:10:24 +0000 (16:10 +0300)
gocheese.go

index 8188671af5bf5c18f80689039083738ac9a7afea..a8f64910a94250fa5702749f36b05add4e2d3837 100644 (file)
@@ -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")