Skip to content

Commit

Permalink
Update command list
Browse files Browse the repository at this point in the history
  • Loading branch information
clohfink authored Jan 5, 2017
1 parent e0e513b commit 35aa73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/csforge/sstable/Driver.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public static void main(String ... args) {
}

private static void printCommands() {
System.err.println("Available commands: cqlsh, describe, hints, commitlog");
System.err.println("Available commands: cqlsh, describe, hints, compact");
}
}

0 comments on commit 35aa73e

Please sign in to comment.