Remove unused --dependencies flag (#25731)

This commit is contained in:
Harmen Stoppels
2021-10-11 10:16:11 +02:00
committed by GitHub
parent ad75f74334
commit f28b08bf02
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ def setup_parser(subparser):
"""Parser is only constructed so that this prints a nice help
message with -h. """
arguments.add_common_arguments(
subparser, ['recurse_dependencies', 'installed_specs'])
subparser, ['installed_specs'])
shells = subparser.add_mutually_exclusive_group()
shells.add_argument(