summaryrefslogtreecommitdiffstats
path: root/commands/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reset.c')
-rw-r--r--commands/reset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/reset.c b/commands/reset.c
index 830048049a..6eac532623 100644
--- a/commands/reset.c
+++ b/commands/reset.c
@@ -34,6 +34,8 @@ static int cmd_reset(int argc, char *argv[])
case 'f':
shutdown_flag = 0;
break;
+ default:
+ return COMMAND_ERROR_USAGE;
}
}