X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=adu.ggo;h=0be213df4c7117025a8b717220887b7aa45a1e75;hp=f2d14c98dc75e76fbd970f4afb744f70ae703b20;hb=75b66400756a3029e435c3aed71289198b0d0194;hpb=49353a00223b95a49f5750d3dcf1501a3f17c4c2 diff --git a/adu.ggo b/adu.ggo index f2d14c9..0be213d 100644 --- a/adu.ggo +++ b/adu.ggo @@ -201,3 +201,15 @@ details=" number/10^15. The default is to print numbers in human-readable format. " + +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 +details=" + It is enough to specify the first letter of the column specifier, + e.g. \"--user-summary-sort f\" sorts by file count. +"