Implement pattern matching for select mode.
[adu.git] / adu.ggo
diff --git a/adu.ggo b/adu.ggo
index ec24054527c638307f782553f343a60afce380e1..bbca8712197007d217ae2468009080377994009d 100644 (file)
--- a/adu.ggo
+++ b/adu.ggo
@@ -48,19 +48,6 @@ details="
        goes to stdout. Lower values mean more verbose logging.
 "
 
-option "paths" p
-#~~~~~~~~~~~~~~~
-"files to take into account"
-string typestr="pattern"
-optional
-details="
-       Shell wildcard pattern that must match a file in order to be
-       included in the database in --create mode or in the output
-       for --select mode. Only the part of the filename below the
-       base directory is matched against the pattern. The default
-       is to take all files into account. See fnmatch(3) for details.
-"
-
 ###############
 section "Modes"
 ###############