changed param in freeze to from default none to 'help'
modified: modules/pip.py
This commit is contained in:
parent
a56eabbdd4
commit
328de1596b
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ def install(package=None):
|
|||
|
||||
|
||||
@task
|
||||
def freeze(param=False):
|
||||
def freeze(param='help'):
|
||||
configuration = env.config
|
||||
|
||||
msg_help = """
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue