Skip to content
Snippets Groups Projects
Commit 50b48a64 authored by Christian Göttsche's avatar Christian Göttsche
Browse files

Mention supported color schemes in help text

parent e3742f0c
No related branches found
No related tags found
No related merge requests found
......@@ -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':
......
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