You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/03/21 15:20:55 UTC

svn commit: r1083797 - /cassandra/branches/cassandra-0.7/conf/schema-sample.txt

Author: jbellis
Date: Mon Mar 21 14:20:54 2011
New Revision: 1083797

URL: http://svn.apache.org/viewvc?rev=1083797&view=rev
Log:
fix file name in schema-sample.txt

Modified:
    cassandra/branches/cassandra-0.7/conf/schema-sample.txt

Modified: cassandra/branches/cassandra-0.7/conf/schema-sample.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/conf/schema-sample.txt?rev=1083797&r1=1083796&r2=1083797&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/schema-sample.txt (original)
+++ cassandra/branches/cassandra-0.7/conf/schema-sample.txt Mon Mar 21 14:20:54 2011
@@ -1,7 +1,7 @@
 /*This file contains an example Keyspace that can be created using the
 cassandra-cli command line interface as follows.
 
-bin/cassandra-cli -host localhost --file conf/Keyspace1.txt
+bin/cassandra-cli -host localhost --file conf/schema-sample.txt
 
 The cassandra-cli includes online help that explains the statements below. You can
 accessed the help without connecting to a running cassandra instance by starting the