From 50b48a6435531ebcb7ddd5b50be3a71c0b3cdabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@googlemail.com> Date: Wed, 8 Apr 2020 17:17:06 +0200 Subject: [PATCH] Mention supported color schemes in help text --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 76f1730..0651a6e 100644 --- a/src/main.c +++ b/src/main.c @@ -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': -- GitLab