Skip to content

Commit

Permalink
minor formatting bugfix in cloudtask documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lirazsiri committed Jul 31, 2011
1 parent bd679d1 commit 2a68f7a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions docs/cloudtask.man
Expand Up @@ -56,20 +56,28 @@ Region for instance launch (default: us\-east\-1)
.sp
Regions:
.sp
.nf
.ft C
us\-east\-1 (Virginia, USA)
us\-west\-1 (California, USA)
eu\-west\-1 (Ireland, Europe)
ap\-southeast\-1 (Singapore, Asia)
.ft P
.fi
.TP
.BI \-\-ec2\-size\fB= SIZE
.
Instance launch size (default: m1.small)
.sp
Sizes:
.sp
.nf
.ft C
t1.micro (1 CPU core, 613M RAM, no tmp storage)
m1.small (1 CPU core, 1.7G RAM, 160G tmp storage)
c1.medium (2 CPU cores, 1.7G RAM, 350G tmp storage)
.ft P
.fi
.TP
.BI \-\-ec2\-type\fB= TYPE
.
Expand Down
18 changes: 9 additions & 9 deletions docs/cloudtask.txt
Expand Up @@ -36,21 +36,21 @@ OPTIONS
--ec2-region=REGION
Region for instance launch (default: us-east-1)

Regions:
Regions::

us-east-1 (Virginia, USA)
us-west-1 (California, USA)
eu-west-1 (Ireland, Europe)
ap-southeast-1 (Singapore, Asia)
us-east-1 (Virginia, USA)
us-west-1 (California, USA)
eu-west-1 (Ireland, Europe)
ap-southeast-1 (Singapore, Asia)

--ec2-size=SIZE
Instance launch size (default: m1.small)

Sizes:
Sizes::

t1.micro (1 CPU core, 613M RAM, no tmp storage)
m1.small (1 CPU core, 1.7G RAM, 160G tmp storage)
c1.medium (2 CPU cores, 1.7G RAM, 350G tmp storage)
t1.micro (1 CPU core, 613M RAM, no tmp storage)
m1.small (1 CPU core, 1.7G RAM, 160G tmp storage)
c1.medium (2 CPU cores, 1.7G RAM, 350G tmp storage)

--ec2-type=TYPE
Instance launch type <s3|ebs> (default: s3)
Expand Down

0 comments on commit 2a68f7a

Please sign in to comment.