summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.')