]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.ggo
Make --uid take a comma-separated list of uids and move it to select.ggo.
[adu.git] / adu.ggo
diff --git a/adu.ggo b/adu.ggo
index 38986afbb4b604312be18b294fc5f8b684a38b4a..1d0729d1714fde2dc8007c2abdc534eb02843cb7 100644 (file)
--- a/adu.ggo
+++ b/adu.ggo
@@ -49,25 +49,6 @@ details="
        goes to stdout. Lower values mean more verbose logging.
 "
 
-option "uid" u
-#~~~~~~~~~~~~~
-"user id(s) to take into account"
-string typestr="uid_spec"
-optional
-multiple
-details="
-       An uid specifier may be a single number, or a range of uids.
-       Example:
-
-       --uid 42    # only consider uid 42
-       --uid 42-   # only consider uids greater or equal than 42
-       --uid 23-42 # only consider uids between 23 and 42, inclusively.
-
-       This option may be given multiple times. An uid is taken into
-       account if it satisfies at least one --uid option.
-"
-
-
 option "paths" p
 #~~~~~~~~~~~~~~~
 "files to take into account"
@@ -169,10 +150,20 @@ details="
 section "Options for --select"
 ##############################
 
+option "select-options" s
+#~~~~~~~~~~~~~~~~~~~~~~~~~
+"options for select mode"
+string typestr="<options>"
+optional
+dependon="select"
+details="
+       Try --select-options \"-h\"
+"
+
 option "limit" L
 #~~~~~~~~~~~~~~~
 "Limit output"
-int  typestr="num"
+int typestr="num"
 default="-1"
 optional
 dependon="select"