mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Update PA_MODULE_USAGE to be in line with actual implementation
This commit is contained in:
parent
9a27b0c413
commit
26366664c1
9 changed files with 17 additions and 11 deletions
|
|
@ -41,6 +41,7 @@ PA_MODULE_AUTHOR("Lennart Poettering");
|
|||
PA_MODULE_DESCRIPTION("When a sink/source is idle for too long, suspend it");
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||
PA_MODULE_LOAD_ONCE(TRUE);
|
||||
PA_MODULE_USAGE("timeout=<timeout>");
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"timeout",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue