92 lines
2.3 KiB
Plaintext
92 lines
2.3 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2009-2020 Cisco Systems, Inc. All rights reserved
|
|
# Copyright (c) 2017-2020 Intel, Inc. All rights reserved.
|
|
# Copyright (c) 2022 Nanook Consulting. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for PRTE CLI options.
|
|
#
|
|
[help]
|
|
Help can be requested in two ways:
|
|
|
|
- a directive to the cmd. For example, the command
|
|
"%s --help" or "%s -h"
|
|
will provide the high-level help output giving a general
|
|
description of each available option.
|
|
|
|
- an option to the help directive. For example, the command
|
|
"%s --help foo" or "%s -h foo"
|
|
will provide detailed help about the "foo" command line
|
|
directive.
|
|
#
|
|
[unknown-option]
|
|
Help was requested for an unknown option:
|
|
|
|
Option: %s
|
|
|
|
Please use the "%s --help" command to obtain a list of all
|
|
supported options.
|
|
#
|
|
[unrecognized-option]
|
|
The help system for %s does not recognize the following:
|
|
|
|
Option: %s
|
|
|
|
This might require help from the developers.
|
|
#
|
|
[version]
|
|
Print version and exit
|
|
#
|
|
[verbose]
|
|
Enable debug options - number of times specified sets level of verbosity
|
|
(e.g., -vvv => 3rd level of debug information)
|
|
#
|
|
[quiet]
|
|
Suppress helpful messages
|
|
#
|
|
[parsable]
|
|
When used in conjunction with other parameters, output information
|
|
(e.g., help messages) is displayed in a machine-parsable format
|
|
#
|
|
[parseable]
|
|
When used in conjunction with other parameters, the output information
|
|
(e.g., help messages) is displayed in a machine-parsable format
|
|
#
|
|
[short-no-long]
|
|
A short option was provided to %s and recognized by the parser,
|
|
but has no matching long option:
|
|
|
|
Short option: %c
|
|
|
|
This might require help from the developers.
|
|
[unregistered-option]
|
|
An unrecognized option was included on the %s command line:
|
|
|
|
Option: %s
|
|
|
|
Please use the "%s --help" command to obtain a list of all
|
|
supported options.
|
|
#
|
|
[short-arg-error]
|
|
A short option was provided to %s and recognized by the parser,
|
|
but included an argument while the option does not support one:
|
|
|
|
Short option: %c
|
|
Given argument: %s
|
|
|
|
Please correct the command line and try again.
|
|
#
|
|
[missing-argument]
|
|
An option was included on the %s command line that requires
|
|
an argument, but no argument was given:
|
|
|
|
Option: %s
|
|
|
|
Please use the "%s --help %s" command to learn more about
|
|
this option.
|