From f4bce38bae0958f8f8c722c88925b40dfd1961fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Tue, 8 Sep 2015 08:34:40 +0200 Subject: [PATCH] Update README.md --- examples/riak/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/riak/README.md b/examples/riak/README.md index 25baa71..edc0364 100644 --- a/examples/riak/README.md +++ b/examples/riak/README.md @@ -11,8 +11,8 @@ Then you can continue with standard solar things: ``` solar changes stage -d solar changes process -solar changes run-once last -watch -n 1 solar changes report last +solar orch run-once last +watch -n 1 solar orch report last ``` Wait until all actions have state `SUCCESS` @@ -25,8 +25,8 @@ Then again normal solar stuff ``` solar changes stage -d solar changes process -solar changes run-once last -watch -n 1 solar changes report last +solar orch run-once last +watch -n 1 solar orch report last ``` @@ -42,6 +42,6 @@ And then again standard stuff: ``` solar changes stage -d solar changes process -solar changes run-once last -watch -n 1 solar changes report last +solar orch run-once last +watch -n 1 solar orch report last ```