summaryrefslogtreecommitdiffstats
path: root/src/utils/paplay.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-11-05 23:56:30 +0000
committerLennart Poettering <lennart@poettering.net>2007-11-05 23:56:30 +0000
commit0eb011bda093438044338946d575ff7845e6aa3c (patch)
tree71cd1898a2893587dabad0918b21079d86dd5b4b /src/utils/paplay.c
parent7fdc1ee0838d3c55e29d8f44f2919a60f9415e56 (diff)
minor cleanups of --help texts
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2025 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils/paplay.c')
-rw-r--r--src/utils/paplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/paplay.c b/src/utils/paplay.c
index e7076d2d..fddbb18c 100644
--- a/src/utils/paplay.c
+++ b/src/utils/paplay.c
@@ -203,9 +203,9 @@ static void help(const char *argv0) {
printf("%s [options] [FILE]\n\n"
" -h, --help Show this help\n"
" --version Show version\n\n"
- " -v, --verbose Enable verbose operations\n\n"
+ " -v, --verbose Enable verbose operation\n\n"
" -s, --server=SERVER The name of the server to connect to\n"
- " -d, --device=DEVICE The name of the sink/source to connect to\n"
+ " -d, --device=DEVICE The name of the sink to connect to\n"
" -n, --client-name=NAME How to call this client on the server\n"
" --stream-name=NAME How to call this stream on the server\n"
" --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"