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

Commit

Permalink
Removed provisional artifact for 'await' handling.
Browse files Browse the repository at this point in the history
[Issue(s) #7]
  • Loading branch information
sopel committed Dec 11, 2012
1 parent c5511ee commit 9c041c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/backup-instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# configure command line argument parsing
parser = argparse.ArgumentParser(description='Backup EC2 instances in all/some available EC2 regions',
parents=[bc.build_region_parser(), bc.build_common_parser(), bc.build_timeout_parser()])
parents=[bc.build_region_parser(), bc.build_common_parser()])
parser.add_argument("-f", "--filter", action="append", help="An EC2 instance filter. [can be used multiple times]")
parser.add_argument("-i", "--id", dest="resource_ids", action="append", help="An EC2 instance id. [can be used multiple times]")
parser.add_argument("-d", "--description", help="A description for the EC2 image [default: <provided>]")
Expand Down
2 changes: 1 addition & 1 deletion scripts/backup-volumes.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# configure command line argument parsing
parser = argparse.ArgumentParser(description='Backup EBS volumes in all/some available EC2 regions',
parents=[bc.build_region_parser(), bc.build_common_parser(), bc.build_timeout_parser()])
parents=[bc.build_region_parser(), bc.build_common_parser()])
parser.add_argument("-f", "--filter", action="append", help="An EBS volume filter. [can be used multiple times]")
parser.add_argument("-i", "--id", dest="resource_ids", action="append", help="An EBS volume id. [can be used multiple times]")
parser.add_argument("-d", "--description", help="A description for the EBS snapshot [default: <provided>]")
Expand Down

0 comments on commit 9c041c7

Please sign in to comment.