Introduce --global-summary-format.
[adu.git] / select.ggo
index 1093d46a7e2ba2ecd1870ed63853f7c6a1432420..83d07a0f7834a423425dbc4c21e615c6f1668a60 100644 (file)
@@ -159,6 +159,18 @@ details="
 section "Format strings"
 ########################
 
+option "global-summary-format" -
+#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+"How to format the global summary"
+string typestr="<format>"
+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"