Skip to content
Snippets Groups Projects
Commit 1313c268 authored by yorhel's avatar yorhel
Browse files

Updated ncdu -h

git-svn-id: svn://blicky.net/ncdu/trunk@31 ce56bc8d-f834-0410-b703-f827bd498a76
parent 6b05cc9f
No related branches found
No related tags found
No related merge requests found
...@@ -73,11 +73,13 @@ void parseCli(int argc, char **argv) { ...@@ -73,11 +73,13 @@ void parseCli(int argc, char **argv) {
case 'q': sdelay = 2000; break; case 'q': sdelay = 2000; break;
case '?': case '?':
case 'h': case 'h':
printf("ncdu [-ahvx] [dir]\n\n"); printf("ncdu [-hqvx] [--exclude PATTERN] [-X FILE] [dir]\n\n");
printf(" -h This help message\n"); printf(" -h This help message\n");
printf(" -q Low screen refresh interval when calculating\n"); printf(" -q Quiet mode, refresh interval 2 seconds\n");
printf(" -v Print version\n"); printf(" -v Print version\n");
printf(" -x Same filesystem\n"); printf(" -x Same filesystem\n");
printf(" --exclude PATTERN Exclude files that match PATTERN\n");
printf(" -X, --exclude-from FILE Exclude files that match any pattern in FILE\n");
exit(0); exit(0);
case 'v': case 'v':
printf("ncdu %s\n", PACKAGE_VERSION); printf("ncdu %s\n", PACKAGE_VERSION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment