From: George Yoshida Date: Mon, 17 Apr 2006 15:44:59 +0000 (+0000) Subject: fix long option markup X-Git-Tag: v2.5a2~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=297bf82920eaa72674df377b5d42b888baea1fde;p=thirdparty%2FPython%2Fcpython.git fix long option markup --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index f9ad7a9b4aec..da0fcc9cd07d 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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}