docs: nodetool: compact: fix example
It looks like `nodetool compact standard1` is meant to show how to compact a specified table, not a keyspace. Note that the previous example like is for a keyspace. So fix the table compaction example to: `nodetool compact keyspace1 standard1` Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
This commit is contained in:
@@ -34,7 +34,7 @@ Examples
|
||||
|
||||
nodetool compact
|
||||
nodetool compact keyspace1
|
||||
nodetool compact standard1
|
||||
nodetool compact keyspace1 standard1
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user