You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/08/26 20:25:22 UTC

[15/18] tinkerpop git commit: updated doc with colors preference

updated doc with colors preference


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6f1ed6f5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6f1ed6f5
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6f1ed6f5

Branch: refs/heads/master
Commit: 6f1ed6f524aa8d7310f45efd41fc467cf2c69310
Parents: 34dc8e4
Author: Robert Dale <ro...@gmail.com>
Authored: Mon Aug 22 11:40:04 2016 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Mon Aug 22 11:40:04 2016 -0400

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6f1ed6f5/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc b/docs/src/reference/gremlin-applications.asciidoc
index 7074fb9..32834a6 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -153,12 +153,13 @@ some other useful operations.  The following table outlines the most commonly us
 Console Preferences
 ~~~~~~~~~~~~~~~~~~~
 
-Preferences are set with `:set name value`.  Values can contain spaces when quoted. Preferences are removed by `:purge preferences`
+Preferences are set with `:set name value`.  Values can contain spaces when quoted. All preferences are reset by `:purge preferences`
 
 [width="100%",cols="3,^2,10",options="header"]
 |=========================================================
 |Preference |Type |Description
 |max-iteration | int | Controls the maximum number of results that the Console will display. Default: 100 results.
+|colors | bool | Enable ANSI color rendering. Default: true
 |gremlin.color | colors | Color of the ASCII art gremlin on startup.
 |info.color | colors | Color of "info" type messages.
 |error.color | colors | Color of "error" type messages.