[Spice-devel] [vd_agent] vdagentd: Clean up and clarify the usage message
Francois Gouget
fgouget at codeweavers.com
Wed Nov 2 15:38:05 UTC 2016
udsc is an internal library of sorts that's irrelevant to users.
Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
src/vdagentd/vdagentd.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/vdagentd/vdagentd.c b/src/vdagentd/vdagentd.c
index 13a84ce..18e82a7 100644
--- a/src/vdagentd/vdagentd.c
+++ b/src/vdagentd/vdagentd.c
@@ -797,16 +797,16 @@ static void usage(FILE *fp)
" -h print this text\n"
" -d log debug messages (use twice for extra info)\n"
" -s <port> set virtio serial port [%s]\n"
- " -S <filename> set udcs socket [%s]\n"
+ " -S <filename> set vdagent Unix domain socket [%s]\n"
" -u <dev> set uinput device [%s]\n"
" -f treat uinput device as fake; no ioctls\n"
" -x don't daemonize\n"
- " -o Only handle one virtio serial session.\n"
+ " -o only handle one virtio serial session\n"
#ifdef HAVE_CONSOLE_KIT
- " -X Disable console kit integration\n"
+ " -X disable console kit integration\n"
#endif
#ifdef HAVE_LIBSYSTEMD_LOGIN
- " -X Disable systemd-logind integration\n"
+ " -X disable systemd-logind integration\n"
#endif
,VERSION, portdev, vdagentd_socket, uinput_device);
}
--
2.10.1
More information about the Spice-devel
mailing list