small fixes and add "gmake test"
[tedtools.git] / tbtreetest.c
index c99578e..1a9db27 100644 (file)
@@ -129,7 +129,7 @@ main(int argn, char *argv[]) {
                                key = strdup(optarg);
                                mode=MODE_DELETE;
                                break;
-
+                       case 's':
                                key = strdup(optarg);
                                mode=MODE_SEARCH;
                                break;