aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wildcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wildcard.h')
-rw-r--r--src/wildcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wildcard.h b/src/wildcard.h
index a22f8338..9325bb4c 100644
--- a/src/wildcard.h
+++ b/src/wildcard.h
@@ -59,7 +59,7 @@ enum
\param wc The wildcard string
\param base_dir The base directory of the filesystem to perform the match against
- \param flags flags for the search. Can be any combination of ACCEPT_INCOMPLETE and EXECUTABLES_ONLY
+ \param flags flags for the search. Can be any combination of FOR_COMPLETIONS and EXECUTABLES_ONLY
\param out The list in which to put the output
\return 1 if matches where found, 0 otherwise. Return -1 on abort (I.e. ^C was pressed).