add missing usage strings

This commit is contained in:
Lennart Poettering 2009-01-28 00:19:47 +01:00
parent 514661e36c
commit 63157a6662
2 changed files with 7 additions and 0 deletions

View file

@ -56,6 +56,10 @@ PA_MODULE_AUTHOR("Lennart Poettering");
PA_MODULE_DESCRIPTION("Automatically restore the volume/mute/device state of streams");
PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_LOAD_ONCE(TRUE);
PA_MODULE_USAGE(
"restore_device=<Save/restore sinks/sources?> "
"restore_volume=<Save/restore volumes?> "
"restore_muted=<Save/restore muted states?>");
#define SAVE_INTERVAL 10