Skip to content

Commit

Permalink
some readme and task description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Sep 11, 2009
1 parent c1ef3ca commit d2ede9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Optional config you can include any of the following in your config.yml:

user: root
ami: ami-ed46a784
availability_zone: us-east-1b
availability_zone: us-east-1b
cookbooks_url: git://github.com/adamwiggins/chef-cookbooks.git

You'll need Bacon and Mocha if you want to run the specs, and Jewler if you want to create gems.
Expand All @@ -64,9 +64,9 @@ You'll need Bacon and Mocha if you want to run the specs, and Jewler if you want
Create and attach a volume to your running instance:

$ sumo create_volume
---> Create 5MB volume... vol-8a9c6ae3 (1.1s)
---> Create 5GB volume... vol-8a9c6ae3 (1.1s)
$ sumo volumes
vol-8a9c6ae3 5MB available
vol-8a9c6ae3 5GB available
$ sumo attach
---> Attach vol-8a9c6ae3 to i-bc32cbd4 as /dev/sdc1... done (0.6s)

Expand All @@ -85,7 +85,7 @@ Log in to format and mount the volume:

To detach from a running instance (perhaps so you can attach elsewhere):

$ sumo detatch
$ sumo detach
---> Detach vol-8a9c6ae3... done (0.6s)

Destroy it if you no longer want the data stored on it:
Expand Down
2 changes: 1 addition & 1 deletion bin/sumo
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class CLI < Thor
end
end

desc "create_volume [<megabytes>]", "create a volume"
desc "create_volume [<gigabytes>]", "create a volume"
def create_volume(size=5)
task("Create #{size}GB volume") { sumo.create_volume(size) }
end
Expand Down

0 comments on commit d2ede9e

Please sign in to comment.