Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 30 Mar 2010 06:33:01 +0000 (08:33 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 30 Mar 2010 06:33:01 +0000 (08:33 +0200)
dus.c

diff --git a/dus.c b/dus.c
index d4ca191..2b1c192 100644 (file)
--- a/dus.c
+++ b/dus.c
@@ -204,7 +204,8 @@ int compare_files(const void *x1, const void *x2) {
   }
 }
 
-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;
@@ -337,7 +338,7 @@ void print_sorted(struct entry_node *root, int width, int height) {
 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");