Minor cleanup

This commit is contained in:
Toastie 2024-12-27 00:50:33 +13:00
parent 93446ca30d
commit a534ceac69
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -23,7 +23,7 @@ internal static class SupportChild
internal static DiscordClient client = null;
public class CommandLineArguments
{
[CommandLine.Option('c',
[Option('c',
"config",
Required = false,
HelpText = "Select a config file to use.",
@ -31,7 +31,7 @@ internal static class SupportChild
MetaValue = "PATH")]
public string configPath { get; set; }
[CommandLine.Option('t',
[Option('t',
"transcripts",
Required = false,
HelpText = "Select directory to store transcripts in.",
@ -39,7 +39,7 @@ internal static class SupportChild
MetaValue = "PATH")]
public string transcriptDir { get; set; }
[CommandLine.Option(
[Option(
"leave",
Required = false,
HelpText = "Leaves one or more Discord servers. " +