[pulseaudio-commits] r2025 - in /trunk/src/utils: pactl.c paplay.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Mon Nov 5 15:56:32 PST 2007


Author: lennart
Date: Tue Nov  6 00:56:30 2007
New Revision: 2025

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2025&root=pulseaudio&view=rev
Log:
minor cleanups of --help texts

Modified:
    trunk/src/utils/pactl.c
    trunk/src/utils/paplay.c

Modified: trunk/src/utils/pactl.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/pactl.c?rev=2025&root=pulseaudio&r1=2024&r2=2025&view=diff
==============================================================================
--- trunk/src/utils/pactl.c (original)
+++ trunk/src/utils/pactl.c Tue Nov  6 00:56:30 2007
@@ -662,9 +662,9 @@
            "%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"

Modified: trunk/src/utils/paplay.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/paplay.c?rev=2025&root=pulseaudio&r1=2024&r2=2025&view=diff
==============================================================================
--- trunk/src/utils/paplay.c (original)
+++ trunk/src/utils/paplay.c Tue Nov  6 00:56:30 2007
@@ -203,9 +203,9 @@
     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"




More information about the pulseaudio-commits mailing list