diff --git a/src/main.c b/src/main.c
index 76f173018278b4ed63c3a0c1df5fedf075c62219..0651a6ec08fb6d3e13142bc81b5bc534c63a328b 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':