Skip to content

Commit

Permalink
reformat the guide for vlmcsd.c
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroinekotfs committed Jan 5, 2025
1 parent b8965fe commit 9187d0a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/vlmcsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ static __noreturn void usage()
/////////////////////////////////////////////////////////////////////
//// Windows Intergration (With define User in LC)
# if !defined(_WIN32) && !defined(NO_USER_SWITCH)
" -u <user>\t\tset uid to <user>\n"
" -g <group>\t\tset gid to <group>\n"
" -u <user>\t\tset uid to <user>\n"
" -g <group>\t\tset gid to <group>\n"
# endif // !defined(_WIN32) && !defined(NO_USER_SWITCH)
/////////////////////////////////////////////////////////////////////

Expand Down Expand Up @@ -393,9 +393,6 @@ static __noreturn void usage()
" -A <interval>\t\tRetry activation every <interval>, 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 <file>\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
Expand Down

0 comments on commit 9187d0a

Please sign in to comment.