Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 e5a1bb500 -> 05dd743ed


Fixed the last remaining asciidoc formatting issues. (I swear it were the last 
issues this time)


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

Branch: refs/heads/tp32
Commit: 05dd743edcb0226cedc38b74b6ec360b82c19966
Parents: e5a1bb5
Author: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Authored: Tue Sep 26 10:39:11 2017 -0700
Committer: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Committed: Tue Sep 26 10:39:11 2017 -0700

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/05dd743e/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 897ecda..c2965ce 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -272,7 +272,8 @@ v[2]
 v[3]
 v[4]
 v[5]
-== v[6]
+v[6]
+----
 
 It is also possible to pass arguments to scripts.  Any parameters following 
the file name specification are treated
 as arguments to the script. They are collected into a list and passed in as a 
variable called "args".  The following
@@ -293,7 +294,8 @@ When executed from the command line a parameter can be 
supplied:
 $ bin/gremlin.sh -e gremlin.groovy marko
 v[1]
 $ bin/gremlin.sh -e gremlin.groovy vadas
-== v[2]
+v[2]
+----
 
 It is also possible to pass multiple scripts by specifying multiple `-e` 
options. The scripts will execute in the order
 that they are specified. Note that only the arguments from the last script 
executed will be preserved in the console.

Reply via email to