[Spice-devel] [PATCH xf86-video-qxl 2/2] Xspice: add better doc strings for audio & vdagent

Alon Levy alevy at redhat.com
Sun Oct 27 11:02:25 CET 2013


Signed-off-by: Alon Levy <alevy at redhat.com>
---
 scripts/Xspice | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/scripts/Xspice b/scripts/Xspice
index b1528f9..b8a7b78 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -85,15 +85,15 @@ parser.add_argument('--streaming-video', choices=['off', 'all', 'filter'],
                     default='filter', help='filter by default')
 add_boolean('--ipv4-only')
 add_boolean('--ipv6-only')
-parser.add_argument('--vdagent', action='store_true', dest='vdagent_enabled', default=False, help='launch vdagent & vdagentd')
-parser.add_argument('--vdagent-virtio-path', default='/tmp/xspice-virtio', help='virtio socket path')
-parser.add_argument('--vdagent-uinput-path', default='/tmp/xspice-uinput', help='uinput socket path')
-parser.add_argument('--vdagentd-exec', default='spice-vdagentd')
-parser.add_argument('--vdagent-exec', default='spice-vdagent')
-parser.add_argument('--vdagent-no-launch', default=True, action='store_false', dest='vdagent_launch')
-parser.add_argument('--vdagent-uid', default=str(os.getuid()))
-parser.add_argument('--vdagent-gid', default=str(os.getgid()))
-parser.add_argument('--audio-fifo-dir', default='')
+parser.add_argument('--vdagent', action='store_true', dest='vdagent_enabled', default=False, help='launch vdagent & vdagentd. They provide clipboard & resolution automation')
+parser.add_argument('--vdagent-virtio-path', default='/tmp/xspice-virtio', help='virtio socket path used by vdagentd')
+parser.add_argument('--vdagent-uinput-path', default='/tmp/xspice-uinput', help='uinput socket path used by vdagent')
+parser.add_argument('--vdagentd-exec', help='path to spice-vdagentd (used with --vdagent)')
+parser.add_argument('--vdagent-exec', help='path to spice-vdagent (used with --vdagent)')
+parser.add_argument('--vdagent-no-launch', default=True, action='store_false', dest='vdagent_launch', help='do not launch vdagent & vdagentd, used for debugging or if some external script wants to take care of that')
+parser.add_argument('--vdagent-uid', default=str(os.getuid()), help='set vdagent user id. changing it makes sense only in conjunction with --vdagent-no-launch')
+parser.add_argument('--vdagent-gid', default=str(os.getgid()), help='set vdagent group id. changing it makes sense only in conjunction with --vdagent-no-launch')
+parser.add_argument('--audio-fifo-dir', default='', help="set fifo directory for playback audio. designed to work with PulseAudio's module-pipe-sink")
 
 #TODO
 #Option "SpiceAddr" ""
-- 
1.8.3.1



More information about the Spice-devel mailing list