aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ponymix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ponymix.c b/ponymix.c
index bf1143d..44cb3a2 100644
--- a/ponymix.c
+++ b/ponymix.c
@@ -705,7 +705,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
" is-muted check if muted\n", out);
fputs("\nDevice Commands:\n"
- " defaults list default devices\n"
+ " defaults list default devices (default command)\n"
" set-default DEVICE_ID set default device by ID\n"
"\nApplication Commands:\n"
@@ -815,7 +815,7 @@ int main(int argc, char *argv[])
char *id = NULL;
int rc = EXIT_SUCCESS;
- struct arg_t arg = { 0 };
+ struct arg_t arg = { 0, NULL, NULL };
struct runtime_t run = {
.mode = MODE_DEVICE,
.pp_name = "sink",