mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
Mention supported color schemes in help text
This commit is contained in:
parent
e3742f0c80
commit
50b48a6435
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ static void argv_parse(int argc, char **argv) {
|
|||
printf(" -L, --follow-symlinks Follow symbolic links (excluding directories)\n");
|
||||
printf(" --exclude-caches Exclude directories containing CACHEDIR.TAG\n");
|
||||
printf(" --confirm-quit Confirm quitting ncdu\n");
|
||||
printf(" --color SCHEME Set color scheme\n");
|
||||
printf(" --color SCHEME Set color scheme (off/dark)\n");
|
||||
exit(0);
|
||||
case 'q': update_delay = 2000; break;
|
||||
case 'v':
|
||||
|
|
|
|||
Loading…
Reference in a new issue