From 9187d0a8634bfb42148e84702b519b2acb80b480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E3=81=84=E3=81=AD=E3=81=93?= Date: Sun, 5 Jan 2025 15:46:58 +0700 Subject: [PATCH] reformat the guide for vlmcsd.c --- src/vlmcsd.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/vlmcsd.c b/src/vlmcsd.c index b858c81..ca8285e 100644 --- a/src/vlmcsd.c +++ b/src/vlmcsd.c @@ -278,8 +278,8 @@ static __noreturn void usage() ///////////////////////////////////////////////////////////////////// //// Windows Intergration (With define User in LC) # if !defined(_WIN32) && !defined(NO_USER_SWITCH) - " -u \t\tset uid to \n" - " -g \t\tset gid to \n" + " -u \t\tset uid to \n" + " -g \t\tset gid to \n" # endif // !defined(_WIN32) && !defined(NO_USER_SWITCH) ///////////////////////////////////////////////////////////////////// @@ -393,9 +393,6 @@ static __noreturn void usage() " -A \t\tRetry activation every , if the previous activation/reactivation is failed (default 2h).\n\n" # endif // NO_CUSTOM_INTERVALS # ifndef NO_LOG -# ifndef _WIN32 - " -l syslog log to syslog\n" -# endif // _WIN32 " -l \t\tWrites VLMCSD log into a file.\n\t\t\tNote: Make sure you have read+write access to that file.\n\n" " -T0, -T1\t\tDisable (0)/Enable logging client connection with time and date (default 1).\n\n" # ifndef NO_VERBOSE_LOG