added flags to command line parsing
diff --git a/examples/dev_testing/main.cpp b/examples/dev_testing/main.cpp
index af9f99f..fdf6569 100644
--- a/examples/dev_testing/main.cpp
+++ b/examples/dev_testing/main.cpp
@@ -14,7 +14,7 @@
     context.setOption("dt-case-sensitive", true);

     context.setOption("no-breaks", true);

     //context.setOption("dt-no-colors", true);

-    context.addFilter("dt-name", "zzz");

+    context.addFilter("name", "zzz");

 

     // run

     int res = context.runTests();