You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2014/03/21 16:04:02 UTC

git commit: s/thermos_observe/thermos_observer/ in README.md

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 4c91787ad -> 482d7a407


s/thermos_observe/thermos_observer/ in README.md

Reviewed at https://reviews.apache.org/r/17293/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/482d7a40
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/482d7a40
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/482d7a40

Branch: refs/heads/master
Commit: 482d7a407505a3444c3442430bb33ca9c8cb8db0
Parents: 4c91787
Author: David Robinson <dr...@twitter.com>
Authored: Fri Mar 21 08:03:38 2014 -0700
Committer: Bill Farner <wf...@apache.org>
Committed: Fri Mar 21 08:03:38 2014 -0700

----------------------------------------------------------------------
 src/main/python/apache/thermos/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/482d7a40/src/main/python/apache/thermos/README.md
----------------------------------------------------------------------
diff --git a/src/main/python/apache/thermos/README.md b/src/main/python/apache/thermos/README.md
index 4bfefd3..da2bf8e 100644
--- a/src/main/python/apache/thermos/README.md
+++ b/src/main/python/apache/thermos/README.md
@@ -29,7 +29,7 @@ Build the Thermos CLI and the Thermos observer.
 
 ```shell
 $ ./pants src/python/apache/thermos
-$ ./pants src/python/apache/thermos/bin:thermos_observe
+$ ./pants src/python/apache/thermos/bin:thermos_observer
 ```
 
 You can copy `dist/thermos.pex` to `thermos` somewhere in your `$PATH` or use a la carte.
@@ -68,7 +68,7 @@ hello world
 #### thermos observer ####
 
 ```shell
-$ dist/thermos_observe.pex --root=$HOME/.thermos
+$ dist/thermos_observer.pex --root=$HOME/.thermos
 ```
 
 This will fire up a webserver on `localhost:1338` that you can use as a web interface to interact with
@@ -423,7 +423,7 @@ supplied by the user and exposed through the user interface.  For example, to ru
 the observer on port 1338:
 
 ```
-$ thermos simplerun --daemon -P http:1338 'dist/thermos_observe.pex --http_port={{thermos.ports[http]}} --root=$HOME/.thermos'
+$ thermos simplerun --daemon -P http:1338 'dist/thermos_observer.pex --http_port={{thermos.ports[http]}} --root=$HOME/.thermos'
 ```
 
 If you go to http://localhost:1338, this bound port `http` will be exposed