summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-13 16:14:06 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-13 16:14:06 +0000
commitb5cbea940ea70b8ed92fa3be6b742e8a14897337 (patch)
tree8da0571d2b37ea9f565c20f8e60a2a8ba6f4a75c /src/utils
parentdb3f561ec4d6fe7b6deedff45802a5efd3ba4013 (diff)
fix bad printf()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1236 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index f6f75498..028f71c8 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -627,7 +627,7 @@ static void help(const char *argv0) {
" --version Show version\n\n"
" -s, --server=SERVER The name of the server to connect to\n"
" -n, --client-name=NAME How to call this client on the server\n",
- argv0, argv0, argv0, argv0, argv0, argv0, argv0);
+ argv0, argv0, argv0, argv0, argv0, argv0, argv0, argv0);
}
enum { ARG_VERSION = 256 };