Cqlsh: fix 'describe columnfamily' from CASSADRA-4164

Patch by paul cannon, reviewed by brandonwilliams
This commit is contained in:
Brandon Williams 2012-05-04 12:42:28 -05:00
parent 0f9c391a10
commit 44e7a08903
1 changed files with 1 additions and 1 deletions

View File

@ -1229,7 +1229,7 @@ class Shell(cmd.Cmd):
def describe_columnfamily(self, cfname):
print
self.print_recreate_columnfamily(ksname, cfname, sys.stdout)
self.print_recreate_columnfamily(self.current_keyspace, cfname, sys.stdout)
print
def describe_columnfamilies(self, ksname):