You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2013/01/24 23:53:05 UTC

git commit: typo in cql help

Updated Branches:
  refs/heads/cassandra-1.2 cc66c73ba -> edda8f057


typo in cql help


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

Branch: refs/heads/cassandra-1.2
Commit: edda8f05754ad790b286a4ea2ff28d8d6d9e1c2d
Parents: cc66c73
Author: Dave Brosius <db...@apache.org>
Authored: Thu Jan 24 17:52:39 2013 -0500
Committer: Dave Brosius <db...@apache.org>
Committed: Thu Jan 24 17:52:39 2013 -0500

----------------------------------------------------------------------
 pylib/cqlshlib/helptopics.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/edda8f05/pylib/cqlshlib/helptopics.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/helptopics.py b/pylib/cqlshlib/helptopics.py
index 081eab2..77a111e 100644
--- a/pylib/cqlshlib/helptopics.py
+++ b/pylib/cqlshlib/helptopics.py
@@ -648,7 +648,7 @@ class CQL2HelpTopics(CQLHelpTopics):
                VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
                [USING CONSISTENCY <consistencylevel>
                  [AND TIMESTAMP <timestamp>]
-                 [AND TTL <timeToLive]];
+                 [AND TTL <timeToLive>]];
 
         An INSERT is used to write one or more columns to a record in a
         CQL table. No results are returned.