This commit is contained in:
parent
05c6c40e36
commit
7e93a0e5f1
@ -47,7 +47,7 @@ def setup_parser(subparser):
|
|||||||
'--only',
|
'--only',
|
||||||
default='package,dependencies',
|
default='package,dependencies',
|
||||||
dest='things_to_install',
|
dest='things_to_install',
|
||||||
choices=['package', 'dependencies', 'package,dependencies'],
|
choices=['package', 'dependencies'],
|
||||||
help="""Select the mode of installation.
|
help="""Select the mode of installation.
|
||||||
The default is to install the package along with all its dependencies.
|
The default is to install the package along with all its dependencies.
|
||||||
Alternatively one can decide to install only the package or only
|
Alternatively one can decide to install only the package or only
|
||||||
|
Loading…
Reference in New Issue
Block a user