From a534ceac6903b05bbeb3be52886a1ef0768f331b Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 27 Dec 2024 00:50:33 +1300 Subject: [PATCH] Minor cleanup --- SupportChild.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SupportChild.cs b/SupportChild.cs index a811c97..7eb5c76 100644 --- a/SupportChild.cs +++ b/SupportChild.cs @@ -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. " +