Updated Branches: refs/heads/master 8eca44cc1 -> 2d8055e1f
Minor change to docs. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/7c22a826 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/7c22a826 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/7c22a826 Branch: refs/heads/master Commit: 7c22a826149963be210e77134d636b8406db4e26 Parents: 8eca44c Author: Aaron McCurry <[email protected]> Authored: Tue Aug 27 15:03:01 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Aug 27 15:03:01 2013 -0400 ---------------------------------------------------------------------- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7c22a826/docs/getting-started.html ---------------------------------------------------------------------- diff --git a/docs/getting-started.html b/docs/getting-started.html index 2bc1dde..60cfb9a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -197,7 +197,7 @@ blur> create -t testtable -c 11 -l file:///data/testtable <p> <pre><code class="bash"> blur> #Adds a row to testtable -blur> mutate testtable rowid1 recordid1 fam0 col1 value1 +blur> mutate testtable rowid1 recordid1 fam0 col1:value1 </code></pre> </p> <h3 id="shell-query">Query</h3>
