summaryrefslogtreecommitdiff
path: root/ec2-get-info.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-03-25 10:45:33 -0400
committerScott Moser <smoser@ubuntu.com>2010-03-25 10:45:33 -0400
commit93c4ba884a6b1954dbb03ce0c2674b58f0c94249 (patch)
treef63d032c093eb0123d96542425d7dcb21066a636 /ec2-get-info.py
parentb05d62333e8e3051eb3c42c0ad292b292309742a (diff)
downloadvyos-cloud-init-93c4ba884a6b1954dbb03ce0c2674b58f0c94249.tar.gz
vyos-cloud-init-93c4ba884a6b1954dbb03ce0c2674b58f0c94249.zip
ec2-get-info.py: fix bad indentation
Diffstat (limited to 'ec2-get-info.py')
-rwxr-xr-xec2-get-info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2-get-info.py b/ec2-get-info.py
index 7b73b365..451b673a 100755
--- a/ec2-get-info.py
+++ b/ec2-get-info.py
@@ -61,7 +61,7 @@ def main():
parser.add_option('--block-device', dest='block', action='store_true', help='Display the block device id.')
parser.add_option('--instance-id', dest='id', action='store_true', help='Display the instance id.')
parser.add_option('--instance-type', dest='type', action='store_true', help='Display the instance type.')
- parser.add_option('--local-hostname', dest='lhostname', action='store_true', help='Display the local hostname.')
+ parser.add_option('--local-hostname', dest='lhostname', action='store_true', help='Display the local hostname.')
parser.add_option('--local-ipv4', dest='lipv4', action='store_true', help='Display the local ipv4 IP address.')
parser.add_option('--kernel-id', dest='aki', action='store_true', help='List the AKI.')
parser.add_option('--product-codes', dest='code', action='store_true', help='List the product codes associated with thsi AMI.')