pctl display bad subcommand
This commit is contained in:
@ -15,6 +15,6 @@ void main(void) {
|
||||
if (string_strcmp(cmd, "ls") == 0) {
|
||||
pctl_ls();
|
||||
} else {
|
||||
uprintf("pctl: unknown command\n");
|
||||
uprintf("pctl: unknown command %s\n", cmd);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user