Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Fix typo. r=catlee
Browse files Browse the repository at this point in the history
  • Loading branch information
jhopkinsmoz committed Oct 3, 2012
1 parent c6a5b5d commit d808523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_stop_idle.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def aws_stop_idle(secrets, passwords, regions, dryrun=False):
parser.add_option("-k", "--secrets", dest="secrets")
parser.add_option("-s", "--key-name", dest="key_name")
parser.add_option("-v", "--verbose", action="store_const", dest="loglevel", const=logging.DEBUG)
parser.add_option("-p", "--paswords", dest="passwords")
parser.add_option("-p", "--passwords", dest="passwords")
parser.add_option("--dry-run", action="store_true", dest="dryrun")

options, args = parser.parse_args()
Expand Down

0 comments on commit d808523

Please sign in to comment.