From e07d78d2bbf5681db1b18ed7e8d72e867512d8af Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 17 Dec 2010 02:14:03 +0000 Subject: [PATCH] Update readme to include default_validation_class so the cli output matches what it says. git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1050265 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index a45d7fc5f1..d6c7be3842 100644 --- a/README.txt +++ b/README.txt @@ -62,7 +62,7 @@ something slightly more interesting... ece86bde-dc55-11df-8240-e700f669bcfc [default@unknown] use Keyspace1; Authenticated to keyspace: Keyspace1 - [default@Keyspace1] create column family Users with comparator=UTF8Type; + [default@Keyspace1] create column family Users with comparator=UTF8Type and default_validation_class=UTF8Type; 737c7a71-dc56-11df-8240-e700f669bcfc [default@KS1] set Users[jsmith][first] = 'John';