#7973: Fix distutils options spelling.

This commit is contained in:
Georg Brandl 2010-08-02 19:16:34 +00:00
parent dee7b8503d
commit 56be37cef2
3 changed files with 3 additions and 3 deletions

View file

@ -176,7 +176,7 @@ easily specify multiple formats in one run. If you need to do both, you can
explicitly specify multiple :command:`bdist_\*` commands and their options::
python setup.py bdist_rpm --packager="John Doe <jdoe@example.org>" \
bdist_wininst --target_version="2.0"
bdist_wininst --target-version="2.0"
Creating RPM packages is driven by a :file:`.spec` file, much as using the
Distutils is driven by the setup script. To make your life easier, the