Remove "module" from "module user requested module"

This commit is contained in:
scootergrisen 2019-02-15 09:19:53 +00:00 committed by Georg Chini
parent 108f4ab09b
commit b1c82bbd31

View file

@ -132,7 +132,7 @@ void pa_cmdline_help(const char *argv0) {
" --realtime[=BOOL] Try to enable realtime scheduling\n" " --realtime[=BOOL] Try to enable realtime scheduling\n"
" (only available as root, when SUID or\n" " (only available as root, when SUID or\n"
" with elevated RLIMIT_RTPRIO)\n" " with elevated RLIMIT_RTPRIO)\n"
" --disallow-module-loading[=BOOL] Disallow module user requested module\n" " --disallow-module-loading[=BOOL] Disallow user requested module\n"
" loading/unloading after startup\n" " loading/unloading after startup\n"
" --disallow-exit[=BOOL] Disallow user requested exit\n" " --disallow-exit[=BOOL] Disallow user requested exit\n"
" --exit-idle-time=SECS Terminate the daemon when idle and this\n" " --exit-idle-time=SECS Terminate the daemon when idle and this\n"