mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
daemon: Drop --module-idle-time from docs
This option does not exist any more.
This commit is contained in:
parent
86c9fb3691
commit
e58ee03878
2 changed files with 0 additions and 9 deletions
|
|
@ -187,13 +187,6 @@ USA.
|
|||
number of seconds passed.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>--module-idle-time</opt><arg>=SECS</arg></p>
|
||||
|
||||
<optdesc><p>Unload autoloaded modules when idle and the
|
||||
specified number of seconds passed.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>--scache-idle-time</opt><arg>=SECS</arg></p>
|
||||
|
||||
|
|
|
|||
|
|
@ -137,8 +137,6 @@ void pa_cmdline_help(const char *argv0) {
|
|||
" --disallow-exit[=BOOL] Disallow user requested exit\n"
|
||||
" --exit-idle-time=SECS Terminate the daemon when idle and this\n"
|
||||
" time passed\n"
|
||||
" --module-idle-time=SECS Unload autoloaded modules when idle and\n"
|
||||
" this time passed\n"
|
||||
" --scache-idle-time=SECS Unload autoloaded samples when idle and\n"
|
||||
" this time passed\n"
|
||||
" --log-level[=LEVEL] Increase or set verbosity level\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue