Skip to content

Commit 2ce9b2e

Browse files
authored
Merge pull request #2835 from vkarak/enhancement/fix-help-msg-detect-host-topology
[enhancement] Improve help message of `--detect-host-topology` option
2 parents 7ab8ad9 + d5e23f1 commit 2ce9b2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reframe/frontend/cli.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,10 @@ def main():
515515
envvar='RFM_CONFIG_FILES :'
516516
)
517517
misc_options.add_argument(
518-
'--detect-host-topology', action='store', nargs='?', const='-',
519-
help='Detect the local host topology and exit'
518+
'--detect-host-topology', metavar='FILE', action='store',
519+
nargs='?', const='-',
520+
help=('Detect the local host topology and exit, '
521+
'optionally saving it in FILE')
520522
)
521523
misc_options.add_argument(
522524
'--failure-stats', action='store_true', help='Print failure statistics'

0 commit comments

Comments
 (0)