Skip to content

Commit

Permalink
Merge "Add metavar for --fixed-ip"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 17, 2013
2 parents 92d9698 + 2bc41fb commit cfd1e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantumclient/quantum/v2_0/port.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def add_known_arguments(self, parser):
'--device_id',
help=argparse.SUPPRESS)
parser.add_argument(
'--fixed-ip',
'--fixed-ip', metavar='ip_address=IP_ADDR',
action='append',
help='desired IP for this port: '
'subnet_id=<name_or_id>,ip_address=<ip>, '
Expand Down

0 comments on commit cfd1e50

Please sign in to comment.