aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ec77f78..216b875 100644
--- a/src/main.c
+++ b/src/main.c
@@ -145,6 +145,9 @@ int main(int argc, char *argv[]) {
}
if (ARGM("--regex") || ARGM("-r")) {
filter_mode = CLEANPATH_FILTER_REGEX;
+#if OS_WINDOWS
+ fprintf(stderr, "WARNING: --regex|-r is not implemented on Windows. Using default filter mode.\n");
+#endif
continue;
}
if (ARGM("--sep") || ARGM("-s")) {