summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-01-04 00:17:29 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-01-04 00:18:34 +0530
commite58ee03878d4d5fe9f10a1a89446b15e5b2c6e84 (patch)
treea942e7dbaf719e73b601430d330aacfbe4bf81b6
parent86c9fb369153c568bfc62439ad27220d5d0fc247 (diff)
downloadpulseaudio-panda-e58ee03878d4d5fe9f10a1a89446b15e5b2c6e84.tar.gz
pulseaudio-panda-e58ee03878d4d5fe9f10a1a89446b15e5b2c6e84.tar.bz2
pulseaudio-panda-e58ee03878d4d5fe9f10a1a89446b15e5b2c6e84.zip
daemon: Drop --module-idle-time from docs
This option does not exist any more.
-rw-r--r--man/pulseaudio.1.xml.in7
-rw-r--r--src/daemon/cmdline.c2
2 files changed, 0 insertions, 9 deletions
diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in
index 4e58ffb4..ab5fa05a 100644
--- a/man/pulseaudio.1.xml.in
+++ b/man/pulseaudio.1.xml.in
@@ -188,13 +188,6 @@ USA.
</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>
<optdesc><p>Unload autoloaded samples from the cache when the
diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c
index 9f717834..2c4c4b51 100644
--- a/src/daemon/cmdline.c
+++ b/src/daemon/cmdline.c
@@ -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"