summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-04-17 15:44:59 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-04-17 15:44:59 (GMT)
commit297bf82920eaa72674df377b5d42b888baea1fde (patch)
tree0fb3cf6b22a71ba0b0fa303c7581e9248e31e7f1 /Doc
parent59075eb264becaa8279f81a90846e8c248033c32 (diff)
downloadcpython-297bf82920eaa72674df377b5d42b888baea1fde.zip
cpython-297bf82920eaa72674df377b5d42b888baea1fde.tar.gz
cpython-297bf82920eaa72674df377b5d42b888baea1fde.tar.bz2
fix long option markup
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index f9ad7a9..da0fcc9 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}