alsa: Remove pointless initialization.
[paraslash.git] / recv_common.c
index fe745917a0e1743733dfb1876bcb89952ca9e322..2ea8a5992034419cf0375bae43851172c136b765 100644 (file)
@@ -106,7 +106,8 @@ void print_receiver_helps(unsigned flags)
                struct receiver *r = receivers + i;
                if (!r->help.short_help)
                        continue;
-               printf_or_die("\nOptions for %s:", r->name);
+               printf_or_die("\n%s: %s", r->name,
+                       r->help.purpose);
                ggo_print_help(&r->help, flags);
        }
 }