mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05: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>
|
number of seconds passed.</p></optdesc>
|
||||||
</option>
|
</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>
|
<option>
|
||||||
<p><opt>--scache-idle-time</opt><arg>=SECS</arg></p>
|
<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"
|
" --disallow-exit[=BOOL] Disallow user requested exit\n"
|
||||||
" --exit-idle-time=SECS Terminate the daemon when idle and this\n"
|
" --exit-idle-time=SECS Terminate the daemon when idle and this\n"
|
||||||
" time passed\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"
|
" --scache-idle-time=SECS Unload autoloaded samples when idle and\n"
|
||||||
" this time passed\n"
|
" this time passed\n"
|
||||||
" --log-level[=LEVEL] Increase or set verbosity level\n"
|
" --log-level[=LEVEL] Increase or set verbosity level\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue