From 2d71a8eea5e773e879e311fb5d14a06f30093bd4 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Sat, 28 Jul 2012 14:01:57 -0500 Subject: [PATCH] Fix online help in cqlsh for COPY commands. Patch by paul cannon, reviewed by brandon williams for CASSANDRA-4469 --- bin/cqlsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/cqlsh b/bin/cqlsh index c4b35fc620..a60b6f9022 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -1440,11 +1440,13 @@ class Shell(cmd.Cmd): r""" COPY [cqlsh only] - Imports CSV data into a Cassandra table. + COPY x FROM: Imports CSV data into a Cassandra table + COPY x TO: Exports data from a Cassandra table in CSV format. COPY [ ( column [, ...] ) ] FROM ( '' | STDIN ) [ WITH