X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=select.ggo;h=83d07a0f7834a423425dbc4c21e615c6f1668a60;hb=a398d5009251fa41859006dae5c99afc6824fab2;hp=f4d090b1e05bf6f9f72adca3b322f32b81c33373;hpb=cecbe8525740b4a899cb1a6c91064e195ae1ada2;p=adu.git diff --git a/select.ggo b/select.ggo index f4d090b..83d07a0 100644 --- a/select.ggo +++ b/select.ggo @@ -154,3 +154,33 @@ details=" with the base directory. The default is to print paths relative to the base dir. " + +######################## +section "Format strings" +######################## + +option "global-summary-format" - +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +"How to format the global summary" +string typestr="" +default="#directories: %(dirs), #files: %(files), size: %(size)\n\n" +details=" + dirs: The number of directories + files: The number of files + size: Total size of all files +" +optional + +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