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:
Benny Halevy
2023-11-28 16:45:20 +02:00
parent b12b142232
commit d32b90155a

View File

@@ -34,7 +34,7 @@ Examples
nodetool compact
nodetool compact keyspace1
nodetool compact standard1
nodetool compact keyspace1 standard1
See Also
--------