]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.ggo
Move --no-user-summary to select.ggo.
[adu.git] / adu.ggo
diff --git a/adu.ggo b/adu.ggo
index 55e5c5aaeb7c4e63de6342c9257cb2e72e91ed7b..4d52f8263e5094a27cd5b026f3be8756b18b2014 100644 (file)
--- a/adu.ggo
+++ b/adu.ggo
@@ -215,22 +215,3 @@ details="
        controls which of the these should be printed.
 "
 
-option "no-user-summary" -
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~
-"do not print the user summary table"
-flag off
-dependon="select"
-
-
-option "user-summary-sort" -
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~
-"how to sort the user-summary"
-enum typestr="col_spec"
-values="name","uid","dir_count","file_count","size"
-default="size"
-optional
-dependon="select"
-details="
-       It is enough to specify the first letter of the column specifier,
-       e.g. \"--user-summary-sort f\" sorts by file count.
-"