Skip to content

Commit f42f9c2

Browse files
Update Program.cs
1 parent 7cb7b4e commit f42f9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
namespace OrbitalShell.Module.{ModuleID}
1414
{
1515
/// <summary>
16-
/// module : {ModuleDescription}
16+
/// module {ModuleTitle}
1717
/// </summary>
18-
[Commands("{ModuleDescription} module")]
18+
[Commands("{ModuleDescription}")]
1919
[CommandsNamespace(CommandNamespace.tools, ToolNamespace)]
2020
[Hooks]
2121
public class {ModuleID}Commands : ICommandsDeclaringType

0 commit comments

Comments
 (0)