[
https://issues.apache.org/jira/browse/CASSANDRA-4469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
paul cannon updated CASSANDRA-4469:
-----------------------------------
Attachment: 4469.txt
fix the docstring/help text for COPY
> Fix online help in cqlsh for COPY commands
> ------------------------------------------
>
> Key: CASSANDRA-4469
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4469
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 1.1.2
> Reporter: paul cannon
> Assignee: paul cannon
> Priority: Trivial
> Labels: cqlsh
> Fix For: 1.1.3
>
> Attachments: 4469.txt
>
>
> the HELP COPY output from cqlsh says:
> {noformat}
> COPY [cqlsh only]
> Imports CSV data into a Cassandra table.
> COPY <table_name> [ ( column [, ...] ) ]
> FROM ( '<filename>' | STDIN )
> [ WITH <option>='value' [AND ...] ];
> COPY <table_name> [ ( column [, ...] ) ]
> TO ( '<filename>' | STDOUT )
> [ WITH <option>='value' [AND ...] ];
> {noformat}
> It's confusing cause COPY is now for both export and import, since
> CASSANDRA-4434.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira