Skip to content

Commit

Permalink
Fix help text for SynthRdp.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Aug 1, 2024
1 parent 2795405 commit 5f39547
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SynthRdp/SynthRdp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,16 +755,16 @@ int main()
if (ParseError || ShowHelp)
{
std::printf(
"Format: SynthRdp [Command] <Option>\r\n"
"Format: SynthRdp [Command] <Option1> <Option2> ...\r\n"
"\r\n"
"Commands:\r\n"
"\r\n"
" Help - Show this content.\r\n"
"\r\n"
" Install - Install SynthRdp service\r\n"
" Uninstall - Uninstall SynthRdp service\r\n"
" Start - Start SynthRdp service\r\n"
" Stop - Stop SynthRdp service\r\n"
" Install - Install SynthRdp service.\r\n"
" Uninstall - Uninstall SynthRdp service.\r\n"
" Start - Start SynthRdp service.\r\n"
" Stop - Stop SynthRdp service.\r\n"
"\r\n"
"Notes:\r\n"
" - All command options are case-insensitive.\r\n"
Expand Down

0 comments on commit 5f39547

Please sign in to comment.