scottcarey commented on a change in pull request #1085:
URL: https://github.com/apache/cassandra/pull/1085#discussion_r659263962
##########
File path: src/java/org/apache/cassandra/tools/nodetool/GarbageCollect.java
##########
@@ -27,10 +27,12 @@
import org.apache.cassandra.tools.NodeProbe;
import org.apache.cassandra.tools.NodeTool.NodeToolCmd;
+
@Command(name = "garbagecollect", description = "Remove deleted data from one
or more tables")
public class GarbageCollect extends NodeToolCmd
{
- @Arguments(usage = "[<keyspace> <tables>...]", description = "The keyspace
followed by one or many tables")
+
+ @Arguments(usage = "[<keyspace> <tables>...] or <SSTable file>...",
description = "The keyspace followed by one or many tables or list of SSTable
data files when using --user-defined")
Review comment:
The language used here was copied from nodetool compact
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]