Commit 794fa9ab authored by Yoni Fogel's avatar Yoni Fogel

Reordered getopt string and added missing T option

git-svn-id: file:///svn/tokudb@1049 c7de825b-a66e-492c-adef-691d508d4ae1
parent 938719f5
......@@ -58,7 +58,7 @@ int main(int argc, char *argv[]) {
if (verify_library_version() != 0) goto error;
while ((ch = getopt(argc, argv, "klNpRrVd:f:h:P:s:")) != EOF) {
while ((ch = getopt(argc, argv, "d:f:h:klNP:ps:RrVT")) != EOF) {
switch (ch) {
case ('d'): {
ERRORX("-%c option not supported.\n", ch);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment