We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba77e6 + b50ac8d commit 12e264aCopy full SHA for 12e264a
openstackclient/network/v2/port.py
@@ -538,12 +538,12 @@ def get_parser(self, prog_name):
538
uplink_status_group.add_argument(
539
'--enable-uplink-status-propagation',
540
action='store_true',
541
- help=_("Enable uplink status propagate"),
+ help=_("Enable uplink status propagation (default)"),
542
)
543
544
'--disable-uplink-status-propagation',
545
546
- help=_("Disable uplink status propagate (default)"),
+ help=_("Disable uplink status propagation"),
547
548
parser.add_argument(
549
'--project',
0 commit comments