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