Update help
This commit is contained in:
parent
33ae096a8b
commit
43604f639e
@ -29,7 +29,11 @@ def setup_parser(subparser):
|
|||||||
"--source-path",
|
"--source-path",
|
||||||
dest="source_path",
|
dest="source_path",
|
||||||
default=None,
|
default=None,
|
||||||
help="path to source directory (defaults to the current directory)",
|
help=(
|
||||||
|
"path to source directory (defaults to the current directory)."
|
||||||
|
" ignored when using an active environment since the path is determined"
|
||||||
|
" by the develop section of the environment manifest."
|
||||||
|
),
|
||||||
)
|
)
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
"-i",
|
"-i",
|
||||||
|
Loading…
Reference in New Issue
Block a user