controls which of the these should be printed.
"
-option "no-user-summary" -
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~
-"do not print the user summary table"
-flag off
-dependon="select"
-
static void print_user_summary(void)
{
- if (conf.no_user_summary_given)
+ if (select_conf.no_user_summary_given)
return;
if (!conf.no_headers_given)
printf("User summary "
return ret;
printf("\n");
}
- if (ula == user_list_arg_none && !conf.no_user_summary_given) {
+ if (ula == user_list_arg_none && !select_conf.no_user_summary_given) {
usi.count = select_conf.limit_arg;
usi.ui = ui;
usi.flags = USF_COMPUTE_SUMMARY;
It is enough to specify the first letter of the column specifier,
e.g. \"--user-summary-sort f\" sorts by file count.
"
+
+option "no-user-summary" -
+#~~~~~~~~~~~~~~~~~~~~~~~~~~~
+"do not print the user summary table"
+flag off