diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/cmdline.c | 2 |
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" |