Browse Source

Reordered getopt string and added missing T option

git-svn-id: file:///svn/tokudb@1049 c7de825b-a66e-492c-adef-691d508d4ae1
pull/56/head
Yoni Fogel 18 years ago
parent
commit
794fa9abb9
  1. 2
      utils/tokudb_dump.c

2
utils/tokudb_dump.c

@ -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);

Loading…
Cancel
Save