You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
users probably won't be querying starting at level 100, so delete
rollup under provided level to save storage space
removed --max-level because that does not make sense for rollups
caseFLAG_PATH_LIST_SHORT: printf(" --path-list <filename> File containing paths at single level to walk (not including starting path). If --min-level > 0, prepend each line of the file with the index path."); break;
252
253
caseFLAG_FORMAT_SHORT: printf(" --format <FORMAT> use the specified FORMAT instead of the default; output a newline after each use of FORMAT"); break;
253
254
caseFLAG_TERSE_SHORT: printf(" --terse print the information in terse form"); break; /* output from stat --help */
254
-
caseFLAG_ROLLUP_LIMIT_SHORT: printf(" --limit <count> Highest number of files/links in a directory allowed to be rolled up"); break;
255
255
caseFLAG_DONT_REPROCESS_SHORT: printf(" --dont-reprocess if a directory was previously processed, skip descending the subtree"); break;
256
256
caseFLAG_NEWLINE_SHORT: printf(" --newline <c> character used to separate lines (default: '\\n') [use 0 for NULL character]"); break;
257
257
caseFLAG_SUPPRESS_NEWLINE_SHORT: printf(" --suppress-newline do not print the line separator"); break;
0 commit comments