Skip to content

Commit

Permalink
Correct the options of update command
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jan 19, 2019
1 parent 44db5dd commit 50dcaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def check(
"--outdated", is_flag=True, default=False, help=u"List out-of-date dependencies."
)
@option("--dry-run", is_flag=True, default=None, help=u"List out-of-date dependencies.")
@install_options
@sync_options
@pass_state
@pass_context
def update(
Expand Down

0 comments on commit 50dcaca

Please sign in to comment.