Updated Branches:
  refs/heads/master 39c0a2e71 -> f44cd33f5

JCLOUDS-158: Updating blobstore-scala-filesystem example with new parameters


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/commit/f44cd33f
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/tree/f44cd33f
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/diff/f44cd33f

Branch: refs/heads/master
Commit: f44cd33f50a1b54e23cf69396954eabb1b94a260
Parents: 39c0a2e
Author: Andrew Phillips <[email protected]>
Authored: Fri Jun 28 15:54:27 2013 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Fri Jun 28 15:54:27 2013 -0400

----------------------------------------------------------------------
 blobstore-scala-filesystem/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/blob/f44cd33f/blobstore-scala-filesystem/README.md
----------------------------------------------------------------------
diff --git a/blobstore-scala-filesystem/README.md 
b/blobstore-scala-filesystem/README.md
index 7e557dd..48be87d 100644
--- a/blobstore-scala-filesystem/README.md
+++ b/blobstore-scala-filesystem/README.md
@@ -10,11 +10,11 @@ Ensure that [sbt is 
installed](http://www.scala-sbt.org/release/docs/Getting-Sta
 
 Run `sbt` from the root of your project and invoke
 ```
-run _basedir_
+run <basedir> <containername> <blobname>
 ```
-where <em>basedir</em> is a directory in which the container will be created. 
E.g. if your basedir is `/home/blobstore`, run
+where <em>basedir</em> is a directory in which the container will be created. 
E.g. if your basedir is `/home/blobstore` and you want to store "myblob" in 
"mycontainer", run
 ```
-run /home/blobstore
+run /home/blobstore mycontainer myblob
 ```
 
 ## License

Reply via email to