mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Small cleanups
This commit is contained in:
parent
574c6d4b90
commit
ce6b75cf63
7 changed files with 8 additions and 18 deletions
|
|
@ -843,7 +843,7 @@ static bool do_info(struct data *data, const char *cmd, char *args, char **error
|
|||
|
||||
n = pw_split_ip(args, WHITESPACE, 1, a);
|
||||
if (n < 1) {
|
||||
asprintf(error, "%s <object-id>", cmd);
|
||||
asprintf(error, "%s <object-id>|all", cmd);
|
||||
return false;
|
||||
}
|
||||
if (!strcmp(a[0], "all")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue