]> git.tuebingen.mpg.de Git - adu.git/blobdiff - select.ggo
Make --uid take a comma-separated list of uids and move it to select.ggo.
[adu.git] / select.ggo
index 10c760e9889c6e699b938e08b8b1b686324e2f01..33e75fe6fe72be2fe5cac482fbdd50b8acdefee4 100644 (file)
@@ -4,7 +4,6 @@ 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:
@@ -12,9 +11,7 @@ details="
        --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.
+       --uid 23-42,666-777,88 # consider uids 23-42, 666-777 and 88.
 "
 
 option "limit" L