]> code.delx.au - pulseaudio/commitdiff
daemon: Drop --module-idle-time from docs
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 3 Jan 2012 18:47:29 +0000 (00:17 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 3 Jan 2012 18:48:34 +0000 (00:18 +0530)
This option does not exist any more.

man/pulseaudio.1.xml.in
src/daemon/cmdline.c

index 4e58ffb4c6eaf791cbc9aa80d1ca2f54fd963d05..ab5fa05ab4aeca8d487794a3c51f22c1fee948cc 100644 (file)
@@ -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>
 
index 9f717834bcbea25cd9695bbd55fa0d39b17e4616..2c4c4b513f911cabaf47086e80416c7eec382dab 100644 (file)
@@ -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"