X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=gocheese.go;h=70573b8f0085451ca716cb0b62e594697bb95481;hp=905856df61fc53a15c7bb1993b2b988947909825;hb=d3f2ebfa80e9b514ed94a0f4fc76c6bef7e71006;hpb=dbd87e2e355a295d22ba31410ebf19951e1a62fc diff --git a/gocheese.go b/gocheese.go index 905856d..70573b8 100644 --- a/gocheese.go +++ b/gocheese.go @@ -93,7 +93,7 @@ var ( pypiURL = flag.String("pypi", "https://pypi.org/simple/", "Upstream PyPI URL") passwdPath = flag.String("passwd", "passwd", "Path to file with authenticators") passwdCheck = flag.Bool("passwd-check", false, "Test the -passwd file for syntax errors and exit") - fsck = flag.Bool("fsck", false, "Check integrity of all packages") + fsck = flag.Bool("fsck", false, "Check integrity of all packages (errors are in stderr)") maxClients = flag.Int("maxclients", 128, "Maximal amount of simultaneous clients") version = flag.Bool("version", false, "Print version information") warranty = flag.Bool("warranty", false, "Print warranty information")