Fix typo and wording

This commit is contained in:
Éric Araujo 2011-09-18 20:36:19 +02:00
parent cc95dd81f3
commit cc06ad187d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class install_distinfo(Command):
('no-record', None,
"do not generate a RECORD file"),
('no-resources', None,
"do not generate a RESSOURCES list installed file"),
"do not generate a RESOURCES file"),
]
boolean_options = ['requested', 'no-record', 'no-resources']