[Python-checkins] r45756 - python/trunk/Doc/dist/dist.tex

george.yoshida python-checkins at python.org
Thu Apr 27 15:41:08 CEST 2006


Author: george.yoshida
Date: Thu Apr 27 15:41:07 2006
New Revision: 45756

Modified:
   python/trunk/Doc/dist/dist.tex
Log:
markup fix


Modified: python/trunk/Doc/dist/dist.tex
==============================================================================
--- python/trunk/Doc/dist/dist.tex	(original)
+++ python/trunk/Doc/dist/dist.tex	Thu Apr 27 15:41:07 2006
@@ -1760,16 +1760,16 @@
 URL from the \file{\$HOME/.pypirc} file (see section~\ref{pypirc} for
 more on this file).
 
-You can use the \programopt{--sign} option to tell \command{upload} to
+You can use the \longprogramopt{sign} option to tell \command{upload} to
 sign each uploaded file using GPG (GNU Privacy Guard).  The 
 \program{gpg} program must be available for execution on the system
 \envvar{PATH}.  You can also specify which key to use for signing
-using the \programopt{--identity=\var{name}} option.
+using the \longprogramopt{identity=\var{name}} option.
 
 Other \command{upload} options include 
-\programopt{--repository=\var{url}} (which lets you override the
+\longprogramopt{repository=\var{url}} (which lets you override the
 repository setting from \file{\$HOME/.pypirc}), and
-\programopt{--show-response} (which displays the full response text
+\longprogramopt{show-response} (which displays the full response text
 from the PyPI server for help in debugging upload problems).
 
 \chapter{Examples}


More information about the Python-checkins mailing list