Skip to content

Commit

Permalink
Bugfix of FsckOptions.
Browse files Browse the repository at this point in the history
Signed-off-by: qudongfang <qudongfang@gmail.com>
  • Loading branch information
qudongfang committed Dec 24, 2018
1 parent 14ab3ef commit e69cfbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/FsckOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public static void addDataOptions(final ArgP argp) {
"Delete compacted columns that cannot be parsed.");
argp.addOption("--threads", "NUMBER",
"Number of threads to use when executing a full table scan.");
argp.addOption("--sync", "Wait for each fix operation to finish to continue.");
}

/** @return Whether or not to fix errors while processing. Does not affect
Expand Down

0 comments on commit e69cfbe

Please sign in to comment.