stephen mallette created TINKERPOP-1651:
-------------------------------------------
Summary: Remove deprecated gremlin.sh init syntax
Key: TINKERPOP-1651
URL: https://issues.apache.org/jira/browse/TINKERPOP-1651
Project: TinkerPop
Issue Type: Improvement
Components: console
Affects Versions: 3.2.4
Reporter: stephen mallette
Priority: Minor
The old method for initializing the gremlin-console needs to be removed:
{code}
bn/gremlin.sh init.groovy
{code}
The new method that has been in play for a while now is:
{code}
bn/gremlin.sh -i init.groovy
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)