summaryrefslogtreecommitdiffstats
path: root/commands/fbtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/fbtest.c')
-rw-r--r--commands/fbtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/fbtest.c b/commands/fbtest.c
index d070d1f7ab..bd0e140d07 100644
--- a/commands/fbtest.c
+++ b/commands/fbtest.c
@@ -137,6 +137,8 @@ static int do_fbtest(int argc, char *argv[])
case 'c':
color = simple_strtoul(optarg, NULL, 16);
break;
+ default:
+ return COMMAND_ERROR_USAGE;
}
}