smiklosovic commented on a change in pull request #1046:
URL: https://github.com/apache/cassandra/pull/1046#discussion_r647777120



##########
File path: src/java/org/apache/cassandra/tools/nodetool/Snapshot.java
##########
@@ -51,6 +52,9 @@
     @Option(title = "skip-flush", name = {"-sf", "--skip-flush"}, description 
= "Do not flush memtables before snapshotting (snapshot will not contain 
unflushed data)")
     private boolean skipFlush = false;
 
+    @Option(title = "ttl", name = {"--ttl"}, description = "Specify aTTL of 
created snapshot")

Review comment:
       "a TTL", missing space




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to