We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae339b7 commit 4c4fec4Copy full SHA for 4c4fec4
1 file changed
zookeeper-server/src/main/java/org/apache/zookeeper/server/SnapshotFormatter.java
@@ -74,6 +74,7 @@ public static void main(String[] args) throws Exception {
74
System.err.println(" -d dump the data for each znode");
75
System.err.println(" -json dump znode info in json format");
76
ServiceUtils.requestSystemExit(ExitCode.INVALID_INVOCATION.getValue());
77
+ return;
78
}
79
80
String error = ZKUtil.validateFileInput(snapshotFile);
0 commit comments