X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=dus.c;h=e215207f9b0dd0219229b80c2ca5b9b58a89b67e;hb=6d0bf51a59c73b91c8bc0df98e74c2d8acfe1d39;hp=e0b602ef4b929a982b178523ef04f30f4d1760f5;hpb=795c6bdfb9b5d63d404e1ff2e81910ecd7afa2ee;p=dus.git diff --git a/dus.c b/dus.c index e0b602e..e215207 100644 --- a/dus.c +++ b/dus.c @@ -293,7 +293,7 @@ void print_sorted(struct file_with_size *root, int width, int height) { /**********************************************************************/ void print_help(FILE *out) { fprintf(out, "Usage: dus [OPTION]... [FILE]...\n"); - fprintf(out, "Version %s\n", VERSION_NUMBER); + 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, "\n"); fprintf(out, " -d ignore files and directories starting with a '.'\n");