Prechádzať zdrojové kódy

Update command help text to include new subcommand

The one thing I forgot lmao
Lilith 2 rokov pred
rodič
commit
785a1bcb93
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      HuntBuddy/Plugin.cs

+ 1 - 1
HuntBuddy/Plugin.cs

@@ -131,7 +131,7 @@ namespace HuntBuddy
 		}
 
 		[Command("/phb")]
-		[HelpMessage("Toggles UI\nArguments:\nreload - Reloads data\nlocal - Toggles the local hunt marks window\nnext - Flags the next hunt target to find")]
+		[HelpMessage("Toggles UI\nArguments:\nreload - Reloads data\nlocal - Toggles the local hunt marks window\nnext - Flags the next hunt target to find\nlist - list all hunt targets by expansion")]
 		public unsafe void PluginCommand(string command, string args)
 		{
 			try