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

Usage: %s [OPTION]...

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      *****/

-h|--help                            This help message
-h|--help <arg0>                     Help for the specified option
-v|--verbose                         Enable typical debug options
-V|--version                         Print version and exit


/*****       Debug Options       *****/

   --debug                           Top-level PRTE debug switch (default: false) This option will be
                                     deprecated, use --debug-devel instead.
   --debug-daemons-file              Enable debugging of any PRTE daemons used by this application, storing
                                     output in files
   --leave-session-attached          Do not daemonize the prted
   --test-suicide <arg0>             Suicide instead of clean abort after specified delay



/*****      DVM Options       *****/

   --pmixmca <arg0> <arg1>           Pass context-specific PMIx MCA parameters (arg0 is the
                                     parameter name; arg1 is the parameter value)
   --prtemca <arg0> <arg1>           Pass context-specific PRTE MCA parameters; they are considered global if
                                     --gmca is not used and only one context is specified (arg0 is the
                                     parameter name; arg1 is the parameter value)
   --dvm-master-uri <arg0>           Specify the URI of the DVM master, or the name of the file (specified as
                                     file:filename) that contains that info
   --parent-uri <arg0>               Specify the URI of the prted acting as the parent of this prted
                                     in a tree-based spawn operation
   --tree-spawn                      A tree-based spawn operation is in progress


/*****    Specific Options   *****/

   --set-sid                         Direct the DVM daemons to separate from the current session
   --system-server                   Start the DVM as the system server
   --pubsub-server <arg0>            Contact information for external PRRTE publish/lookup
                                     data server

Report bugs to %s
#
[version]
%s (%s) %s

Report bugs to %s
#
[dvm-master-uri]
Specify the URI of the DVM master, or the name of the file (specified as
file:filename) that contains that info
#
[test-suicide]
Test DVM cleanup upon daemon failure by having one daemon suicide after delay
#
[system-server]
Start the daemon as the system server on its node
#
[set-sid]
Direct the daemon to separate from the current session
#
[prtemca]
#include#help-schizo-cli#prtemca
#
[pmixmca]
#include#help-schizo-cli#pmixmca
#
[leave-session-attached]
#include#help-schizo-cli#leave-session-attached
#
[parent-uri]
Specify the URI of the prted acting as the parent of this prted
in a tree-based spawn operation
#
[tree-spawn]
A tree-based spawn operation is in progress
#
[pubsub-server]
Contact information for external PRRTE publish/lookup data server
