]> code.delx.au - pulseaudio/commitdiff
minor cleanups of --help texts
authorLennart Poettering <lennart@poettering.net>
Mon, 5 Nov 2007 23:56:30 +0000 (23:56 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 5 Nov 2007 23:56:30 +0000 (23:56 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2025 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/utils/pactl.c
src/utils/paplay.c

index c963987ff8b61329eee12aab0fd5168279a641b9..eddbebc94b8cbda9798dd93ae82794f227f62264 100644 (file)
@@ -662,9 +662,9 @@ static void help(const char *argv0) {
            "%s [options] exit\n"
            "%s [options] upload-sample FILENAME [NAME]\n"
            "%s [options] play-sample NAME [SINK]\n"
+           "%s [options] remove-sample NAME\n"
            "%s [options] move-sink-input ID SINK\n"
            "%s [options] move-source-output ID SOURCE\n"
-           "%s [options] remove-sample NAME\n"
            "%s [options] load-module NAME [ARGS ...]\n"
            "%s [options] unload-module ID\n"
            "%s [options] suspend-sink [SINK] 1|0\n"
index e7076d2d3362c800c3b0315a8c43b473f251be3d..fddbb18c520e29be649107738faa54d58e8408b5 100644 (file)
@@ -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"