mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
man: improve man page and help for cmdline options
This commit is contained in:
parent
e9768d9aac
commit
3cc4765d16
2 changed files with 9 additions and 3 deletions
|
|
@ -180,6 +180,12 @@ USA.
|
|||
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>--disallow-exit</opt><arg>[=BOOL]</arg></p>
|
||||
|
||||
<optdesc><p>Disallow user requested exit</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>--exit-idle-time</opt><arg>=SECS</arg></p>
|
||||
|
||||
|
|
@ -209,7 +215,7 @@ USA.
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>-v</opt></p>
|
||||
<p><opt>-v | --verbose</opt></p>
|
||||
|
||||
<optdesc><p>Increase the configured verbosity level by one (see
|
||||
<opt>--log-level</opt> above). Specify multiple times to
|
||||
|
|
@ -250,7 +256,7 @@ USA.
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>--p | --dl-search-path</opt><arg>=PATH</arg></p>
|
||||
<p><opt>-p | --dl-search-path</opt><arg>=PATH</arg></p>
|
||||
|
||||
<optdesc><p>Set the search path for dynamic shared objects
|
||||
(plugins).</p></optdesc>
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ void pa_cmdline_help(const char *argv0) {
|
|||
" --scache-idle-time=SECS Unload autoloaded samples when idle and\n"
|
||||
" this time passed\n"
|
||||
" --log-level[=LEVEL] Increase or set verbosity level\n"
|
||||
" -v Increase the verbosity level\n"
|
||||
" -v --verbose Increase the verbosity level\n"
|
||||
" --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n"
|
||||
" Specify the log target\n"
|
||||
" --log-meta[=BOOL] Include code location in log messages\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue