summaryrefslogtreecommitdiffstats
path: root/commands/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/usb.c')
-rw-r--r--commands/usb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/usb.c b/commands/usb.c
index 48c6619fde..9a23aa229d 100644
--- a/commands/usb.c
+++ b/commands/usb.c
@@ -123,6 +123,8 @@ static int do_usb(int argc, char *argv[])
case 's':
show = 1;
break;
+ default:
+ return COMMAND_ERROR_USAGE;
}
}