diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-08-29 22:03:46 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-08-29 22:03:46 +0200 |
| commit | fb639295ac48ba22d89a12f0368c1877f3035bbe (patch) | |
| tree | 3dd696f68d4ea4aa1f457a9b2099d23e035f14fd /Doc/install/pysetup.rst | |
| parent | b741313ca80bad9f173a15ba6a1a1a28326ab5ce (diff) | |
| download | cpython-git-fb639295ac48ba22d89a12f0368c1877f3035bbe.tar.gz | |
Print all fields when calling “pysetup metadata” without options.
When called without option (“-f field” or “--all”), “pysetup metadata”
didn’t do anything useful. Now it prints out all metadata fields. The
“--all” option is removed.
Diffstat (limited to 'Doc/install/pysetup.rst')
| -rw-r--r-- | Doc/install/pysetup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/pysetup.rst b/Doc/install/pysetup.rst index b88c8e1780..08ba08ed2e 100644 --- a/Doc/install/pysetup.rst +++ b/Doc/install/pysetup.rst @@ -76,7 +76,7 @@ argument. :: Name: virtualenv - $ pysetup metadata virtualenv --all + $ pysetup metadata virtualenv Metadata-Version: 1.0 Name: |
