# -*- text -*-
#
# Copyright (c) 2021-2022 Nanook Consulting.  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
#
[usage]
%s (%s) %s

Usage: %s [OPTION]...
Provide detailed information on your PRRTE installation.

The following list of command line options are available. Note that
more detailed help for any option can be obtained by adding that
option to the help request as "--help <option>".

/*****      General Options      *****/

-a|--all                             Show all configuration options and MCA parameters
   --arch                            Show architecture PRRTE was compiled on
-c|--config                          Show configuration options
-h|--help                            This help message
   --hostname                        Show the hostname that PRRTE was configured and built on
   --internal                        Show internal MCA parameters (not meant to be modified by users)
   --param <arg0>:<arg1>,<arg2>      Show MCA parameters.  The first parameter is the framework (or the
                                     keyword "all"); the second parameter is a comma-delimited list of
                                     specific component names (if only <arg0> is given, then all
                                     components will be reported).
   --path <arg0>                     Show paths that PRRTE was configured with.  Accepts the following
                                     parameters: prefix, bindir, libdir, incdir, mandir, pkglibdir,
                                     sysconfdir
   --show-version <arg0>:<arg1>      Show version of PRRTE or a component.  The first parameter can be the
                                     keywords "prte" or "all", a framework name (indicating all components in
                                     a framework), or a framework:component string (indicating a specific
                                     component).  The second parameter can be one of: full, major, minor,
                                     release, greek, svn.
-V|--version                         Print version and exit


Report bugs to %s
#
[param]
Syntax: --param <arg0> <arg1>
Show MCA parameters.  The first parameter is the framework (or the
keyword "all"); the second parameter is the specific component name (or
the keyword "all").
#
[internal]
Syntax: --internal
Show internal MCA parameters (i.e., parameters not meant to be modified by users)
#
[path]
Syntax: --path <arg0>
Show the paths with which PRRTE was configured.  Accepts the following
parameters: prefix, bindir, libdir, incdir, mandir, pkglibdir,
sysconfdir
#
[arch]
Syntax: --arch
Show architecture PRRTE was compiled on
#
[config]
Syntax: -c or --config
Show configuration options used to configure PRRTE
#
[hostname]
Syntax: --hostname
Show the hostname upon which PRRTE was configured and built
#
[all]
Syntax: -a or --all
Show all configuration options and MCA parameters
