mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-14 17:58:40 -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;
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
if(strcmp(val, "off") == 0) { uic_theme = 0; }
|
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 {
|
else {
|
||||||
fprintf(stderr, "Unknown --color option: %s\n", val);
|
fprintf(stderr, "Unknown --color option: %s\n", val);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue