Ver Fonte

Update command help text to include new subcommand

The one thing I forgot lmao
Lilith há 2 anos atrás
pai
commit
785a1bcb93
1 ficheiros alterados com 1 adições e 1 exclusões
  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