summaryrefslogtreecommitdiffstats
path: root/src/utils/padsp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-19 22:11:49 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-19 22:11:49 +0000
commit10b5e997d7a8a4e955ce49cc816fdcd36225ff6e (patch)
treede6785c72370c527f6197920a6b226e09a935946 /src/utils/padsp
parent955e33db6076a6266d4decfbeb64d89a9b8d516c (diff)
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils/padsp')
-rw-r--r--src/utils/padsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/padsp b/src/utils/padsp
index 6e7e9f06..d9ebcbc5 100644
--- a/src/utils/padsp
+++ b/src/utils/padsp
@@ -54,13 +54,13 @@ while getopts 'hs:n:m:MSDd' param ; do
export PADSP_DEBUG
;;
*)
- echo "$0 - redirect OSS audio devices to Polypaudio"
+ echo "$0 - redirect OSS audio devices to PulseAudio"
echo " "
echo "$0 [options] application [arguments]"
echo " "
echo "options:"
echo " -h show brief help"
- echo " -s <host>[:<port>] contact a specific Polypaudio server"
+ echo " -s <host>[:<port>] contact a specific PulseAudio server"
echo " -n <name> client name to report to the server"
echo " -m <name> stream name to report to the server"
echo " -M disable /dev/mixer emulation"