mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add full set of argument description
This commit is contained in:
parent
6bb3dc82ba
commit
4fab9bf238
1 changed files with 5 additions and 1 deletions
|
|
@ -55,7 +55,11 @@ PA_MODULE_AUTHOR("Lennart Poettering");
|
||||||
PA_MODULE_DESCRIPTION("X11 credential publisher");
|
PA_MODULE_DESCRIPTION("X11 credential publisher");
|
||||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||||
PA_MODULE_LOAD_ONCE(FALSE);
|
PA_MODULE_LOAD_ONCE(FALSE);
|
||||||
PA_MODULE_USAGE("display=<X11 display>");
|
PA_MODULE_USAGE(
|
||||||
|
"display=<X11 display> "
|
||||||
|
"sink=<Sink to publish> "
|
||||||
|
"source=<Source to publish> "
|
||||||
|
"cookie=<Cookie file to publish> ");
|
||||||
|
|
||||||
static const char* const valid_modargs[] = {
|
static const char* const valid_modargs[] = {
|
||||||
"display",
|
"display",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue