From: Sergey Matveev Date: Wed, 4 Dec 2019 21:35:23 +0000 (+0300) Subject: twine's argument typo X-Git-Tag: v2.0.0~4 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=508cad6b690c7057c98b5f4c3dabaa9fa55e9219 twine's argument typo --- diff --git a/gocheese.texi b/gocheese.texi index 8b89b16..fac8df0 100644 --- a/gocheese.texi +++ b/gocheese.texi @@ -62,7 +62,7 @@ You can upload packages to it with twine upload --repository-url http://gocheese.host:8080/simple/ \ --username spam \ - --passwd foo dist/tarball.tar.gz + --password foo dist/tarball.tar.gz @end verbatim @node Passwords