diff options
author | George Yoshida <dynkin@gmail.com> | 2006-04-27 13:41:07 +0000 |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-04-27 13:41:07 +0000 |
commit | 8bf939864bcfdd1bb26687af0060f99d0e3bb0f0 (patch) | |
tree | 9a56646436af3b7f43ffafd67bbcd24af5d835c3 | |
parent | efd3a09fad6fdb83e31b5c9bf9904263450a5001 (diff) | |
download | cpython-git-8bf939864bcfdd1bb26687af0060f99d0e3bb0f0.tar.gz |
markup fix
-rw-r--r-- | Doc/dist/dist.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 3ba51d049a..9970ec2151 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1760,16 +1760,16 @@ The \command{upload} command uses the username, password, and repository 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} |