From 9e652e463f5167acf4a86f3fbf98c2bfae25c640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Tue, 23 May 2023 09:38:15 +0200 Subject: [PATCH] build: fix help message of '--output-directory' --- ns3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ns3 b/ns3 index 35b18e2c9..9006b9abd 100755 --- a/ns3 +++ b/ns3 @@ -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,'