Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Semet authored and gsemet committed Dec 13, 2019
1 parent af0c503 commit e48bdca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipenv_to_requirements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ def parse_args():
help=('Generate only the main packages to a different file, '
'instead of requirements.txt'))
parser.add_argument('-d',
'--dev-output',
help=('Generate only dev packages to a different file, '
'instead of requirements-dev.txt'))
'--dev-output',
help=('Generate only dev packages to a different file, '
'instead of requirements-dev.txt'))
parser.add_argument('-f',
'--freeze',
action="store_true",
Expand Down

0 comments on commit e48bdca

Please sign in to comment.