}
}
-void raw_print(char *buffer, size_t buffer_size, char *filename, size_sum_t size) {
+void raw_print(char *buffer, size_t buffer_size,
+ char *filename, size_sum_t size) {
char *a, *b, *c, u;
b = buffer;
void usage(FILE *out) {
fprintf(out, "Usage: dus [OPTION]... [FILE]...\n");
fprintf(out, "Version %s (%s)\n", VERSION_NUMBER, UNAME);
- fprintf(out, "List files and directories sorted according to their size or content size. Take the content of the current directory as argument if none is provided.\n");
+ fprintf(out, "List files and directories sorted according to their sizes. Take the files and sub-directories of the current directory as argument if none is provided as argument.\n");
fprintf(out, "\n");
/* 01234567890123456789012345678901234567890123456789012345678901234567890123456789*/
fprintf(out, " -d, --ignore-dots ignore files and directories starting with a '.'\n");