X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=adu.ggo;h=dae8737a4036d5ee19fcc2f2fb39425bb47e5c7c;hb=afc8a4212e37abd7467b21da543167285ae0c9c5;hp=1d0729d1714fde2dc8007c2abdc534eb02843cb7;hpb=15c765b696accdce0b20c339876e21e6e5967a52;p=adu.git diff --git a/adu.ggo b/adu.ggo index 1d0729d..dae8737 100644 --- a/adu.ggo +++ b/adu.ggo @@ -88,7 +88,7 @@ details=" " groupoption "interactive" I -#~~~~~~~~~~~~~~~~~~~~~ +#~~~~~~~~~~~~~~~~~~~~~~~~~~ "activate interactive mode" group="mode" details=" @@ -160,47 +160,6 @@ details=" Try --select-options \"-h\" " -option "limit" L -#~~~~~~~~~~~~~~~ -"Limit output" -int typestr="num" -default="-1" -optional -dependon="select" -details=" - Only print num lines of output. If negative (the default), - print all lines. -" - -option "size-unit" - -#~~~~~~~~~~~~~~~~~~~ -"select output format for sizes" -enum typestr="format" -values="h","b","k","m","g","t" -default="h" -optional -dependon="select" -details=" - Print sizes in the given unit: human-readable, bytes, - kilobytes (2^10), megabytes (2^20), gigabytes (2^30), terabytes - (2^40). The default is \"h\", i.e. human-readable. -" - -option "count-unit" - -#~~~~~~~~~~~~~~~~~~~~ -"select output format for counted values" -enum typestr="format" -values="h","n","k","m","g","t" -default="h" -optional -dependon="select" -details=" - Print the number of files/directories in the given unit: - human-readable, number, number/10^3, number/10^6, number/10^12, - number/10^15. The default is to print numbers in human-readable - format. -" - option "print-base-dir" - #~~~~~~~~~~~~~~~~~~~~~~~~ "whether to include the base-dir in the output" @@ -262,16 +221,3 @@ option "no-user-summary" - 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. -"