mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
parent
31126c6552
commit
fa19095e26
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ static void argv_parse(int argc, char **argv) {
|
|||
break;
|
||||
case 'c':
|
||||
if(strcmp(val, "off") == 0) { uic_theme = 0; }
|
||||
if(strcmp(val, "dark") == 0) { uic_theme = 1; }
|
||||
else if(strcmp(val, "dark") == 0) { uic_theme = 1; }
|
||||
else {
|
||||
fprintf(stderr, "Unknown --color option: %s\n", val);
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue