X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=select.ggo;h=1093d46a7e2ba2ecd1870ed63853f7c6a1432420;hp=f4d090b1e05bf6f9f72adca3b322f32b81c33373;hb=3bccda3199f83f5fc128b5ae3c256df305d059bc;hpb=cecbe8525740b4a899cb1a6c91064e195ae1ada2 diff --git a/select.ggo b/select.ggo index f4d090b..1093d46 100644 --- a/select.ggo +++ b/select.ggo @@ -154,3 +154,21 @@ details=" with the base directory. The default is to print paths relative to the base dir. " + +######################## +section "Format strings" +######################## + +option "user-summary-format" - +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +"How to format the user summary" +string typestr="" +default="%(pw_name:l:16) %(uid:r:5) %(dirs:r:5) %(files:r:5) %(size:r:5)\n" +details=" + pw_name: The user name + uid: The user id + dirs: The number of directories + files: The number of files + size: Total size of all files +" +optional