]> granicus.if.org Git - python/commitdiff
fix long option markup
authorGeorge Yoshida <dynkin@gmail.com>
Mon, 17 Apr 2006 15:44:59 +0000 (15:44 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Mon, 17 Apr 2006 15:44:59 +0000 (15:44 +0000)
Doc/whatsnew/whatsnew25.tex

index f9ad7a9b4aec24f3b40e38ec1e1ea482e4e72158..da0fcc9cd07dbacea9e12e4b01ade10a7af9d0cf 100644 (file)
@@ -46,8 +46,8 @@ Before a package can be uploaded, you must be able to build a
 distribution using the \command{sdist} Distutils command.  Once that
 works, you can run \code{python setup.py upload} to add your package
 to the PyPI archive.  Optionally you can GPG-sign the package by
-supplying the \programopt{--sign} and
-\programopt{--identity} options.
+supplying the \longprogramopt{sign} and
+\longprogramopt{identity} options.
 
 \begin{seealso}