Skip to content

Commit

Permalink
prevent --use-premade-distfile argument from conflicting with --patch…
Browse files Browse the repository at this point in the history
… argument
  • Loading branch information
astraw committed May 7, 2009
1 parent 4f098a7 commit 978e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdeb/command/sdist_dsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class sdist_dsc(Command):
decription = "distutils command to create a debian source distribution"

user_options = stdeb_cmdline_opts + [
('use-premade-distfile=','p',
('use-premade-distfile=','P',
'use .zip or .tar.gz file already made by sdist command'),
]

Expand Down

0 comments on commit 978e2a1

Please sign in to comment.