Skip to content

Commit

Permalink
README. fix I hate Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ttlequals0 committed May 7, 2016
1 parent 32ca7a1 commit 9f12327
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ USAGE:
-G Generate new keypair.
-S Get all running instances in a given region.
-T Terminate a OpenVPN endpoint.
-a Specify custom ami.*
-a Specify custom ami.*
-h Displays this message.
-i AWS Instance type (Optional, Default is t2.micro)
t2.nano t2.micro t2.small t2.medium t2.large.**
Expand All @@ -31,8 +31,8 @@ USAGE:
us-east-1 us-west-1 us-west-2 eu-west-1 eu-central-1
ap-southeast-1 ap-northeast-1 ap-northeast-2 ap-southeast-2
sa-east-1
-u Specify custom ssh user.***
-z Specify instance id.
-u Specify custom ssh user.***
-z Specify instance id.
EXAMPLES:
Create OpenVPN endpoint:
autovpn -C -r us-east-1 -k macbook
Expand All @@ -43,7 +43,7 @@ EXAMPLES:
Terminate OpenVPN endpoint
autovpn -T -r us-west-1 -z i-b933e00c
Using custom options
autovpn -C -r us-east-1 -k macbook -a ami-fce3c696 -u ec2_user -i m3.medium
autovpn -C -r us-east-1 -k macbook -a ami-fce3c696 -u ec2_user -i m3.medium
NOTES:
\* - Customs ami may be needed if changing instance type.
\** - In reality any instance size can be given but the t2.micro is more than
Expand Down

0 comments on commit 9f12327

Please sign in to comment.