summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-11-05 15:10:13 +0000
committerLennart Poettering <lennart@poettering.net>2007-11-05 15:10:13 +0000
commitbff4ca431b0146cb0cbb3935905f50714072a0d9 (patch)
tree2932d19fe9f306d4629baaff17e2ff133bde3b59 /src/daemon
parent961ce33b5ee183236363ef39d1afa93d8e5605b3 (diff)
add a man page for the pulseaudio binary. More will follow.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2023 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c
index 0c840449..cfd2c841 100644
--- a/src/daemon/cmdline.c
+++ b/src/daemon/cmdline.c
@@ -144,7 +144,7 @@ void pa_cmdline_help(const char *argv0) {
" --log-target={auto,syslog,stderr} Specify the log target\n"
" -p, --dl-search-path=PATH Set the search path for dynamic shared\n"
" objects (plugins)\n"
- " --resample-method=[METHOD] Use the specified resampling method\n"
+ " --resample-method=METHOD Use the specified resampling method\n"
" (See --dump-resample-methods for\n"
" possible values)\n"
" --use-pid-file[=BOOL] Create a PID file\n"