From fa6d68a0278a724b089a58bdfa29307ae6399862 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 4 Sep 2018 13:21:06 +0200 Subject: [PATCH 1/1] ao: Improve help text. It was not clear how to obtain the list of available drivers and their keys. This commit adds this information to the help text and the man page of the ao writer. --- m4/lls/write_cmd.suite.m4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/m4/lls/write_cmd.suite.m4 b/m4/lls/write_cmd.suite.m4 index 3a935aea..102afed1 100644 --- a/m4/lls/write_cmd.suite.m4 +++ b/m4/lls/write_cmd.suite.m4 @@ -38,8 +38,9 @@ caption = writers arg_info = required_arg arg_type = string [help] - If this is not given, the driver with the highest priority (see below) - will be used. + If this is not given, the driver with the highest priority will be + used. The list of available drivers and their priorities is shown in + debug mode. [/help] [option ao-option] short_opt = o @@ -51,7 +52,7 @@ caption = writers [help] For each time this option is given, the supplied key-value pair is appended to the list of options for the driver. Invalid keys are - silently ignored. + silently ignored. The list of available keys is shown in debug mode. [/help] [subcommand oss] purpose = output plugin for the Open Sound System -- 2.39.2