build: fix help message of '--output-directory'

This commit is contained in:
André Apitzsch
2023-05-23 09:38:15 +02:00
parent c060271618
commit 9e652e463f

3
ns3
View File

@@ -186,8 +186,7 @@ def parse_args(argv):
action="store_true", default=None)
parser_configure.add_argument('--out', '--output-directory',
help=('Use BRITE integration support, given by the indicated path,'
' to allow the use of the BRITE topology generator'),
help=('Directory to store build artifacts'),
type=str, default=None, dest="output_directory")
parser_configure.add_argument('--with-brite',
help=('Use BRITE integration support, given by the indicated path,'