This commit adds help text of list subcommand.
This help text can not be in execution of alias (aplay/arecord) due to
program design.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
static void print_help(void)
{
- printf("help for list sub-command.\n");
+ printf(
+"Usage:\n"
+" axfer list DIRECTION TARGET\n"
+"\n"
+" where:\n"
+" DIRECTION = capture | playback\n"
+" TARGET = device | pcm\n"
+ );
}
// Backward compatibility to aplay(1).