Update PA_MODULE_USAGE to be in line with actual implementation

This commit is contained in:
Maarten Bosmans 2011-03-18 11:52:30 +01:00 committed by Colin Guthrie
parent 9a27b0c413
commit 26366664c1
9 changed files with 17 additions and 11 deletions

View file

@ -40,7 +40,8 @@ PA_MODULE_LOAD_ONCE(FALSE);
PA_MODULE_USAGE(
"name=<name of the sink, to be prefixed> "
"sink_name=<name for the sink> "
"sink_properities=<properties for the sink> "
"sink_properties=<properties for the sink> "
"namereg_fail=<pa_namereg_register() fail parameter value> "
"device=<ALSA device> "
"device_id=<ALSA card index> "
"format=<sample format> "
@ -64,6 +65,7 @@ static const char* const valid_modargs[] = {
"name",
"sink_name",
"sink_properties",
"namereg_fail",
"device",
"device_id",
"format",