fixup! yanglint CHANGE allow to use ctx opt DISABLE_SEARCHDIR_CWD
diff --git a/tools/lint/main_ni.c b/tools/lint/main_ni.c
index 8623079..d3c04f9 100644
--- a/tools/lint/main_ni.c
+++ b/tools/lint/main_ni.c
@@ -303,9 +303,9 @@
 
     opterr = 0;
 #ifndef NDEBUG
-    while ((opt = getopt_long(argc, argv, "ad:f:F:gunP:L:hHilmo:p:r:st:vVG:y:", options, &opt_index)) != -1)
+    while ((opt = getopt_long(argc, argv, "ad:f:F:gunP:L:hHiDlmo:p:r:st:vVG:y:", options, &opt_index)) != -1)
 #else
-    while ((opt = getopt_long(argc, argv, "ad:f:F:gunP:L:hHilmo:p:r:st:vVy:", options, &opt_index)) != -1)
+    while ((opt = getopt_long(argc, argv, "ad:f:F:gunP:L:hHiDlmo:p:r:st:vVy:", options, &opt_index)) != -1)
 #endif
     {
         switch (opt) {