From e76db60216688717ce747af5c2bef2eafcb75d96 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 2 Nov 2016 16:38:05 +0100 Subject: [PATCH] vdagentd: Clean up the usage message Just cosmetic changes, use capitalization consistently, remove trailings dots, ... Signed-off-by: Francois Gouget --- src/vdagentd/vdagentd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vdagentd/vdagentd.c b/src/vdagentd/vdagentd.c index 74c372b..028976a 100644 --- a/src/vdagentd/vdagentd.c +++ b/src/vdagentd/vdagentd.c @@ -801,12 +801,12 @@ static void usage(FILE *fp) " -u 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.11.4.GIT