Skip to content

Commit 7cb7b4e

Browse files
Update Program.cs
1 parent 2e0535a commit 7cb7b4e

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 commands : prompt git infos
16+
/// module : {ModuleDescription}
1717
/// </summary>
18-
[Commands("{ModuleDescription} module commands")]
18+
[Commands("{ModuleDescription} module")]
1919
[CommandsNamespace(CommandNamespace.tools, ToolNamespace)]
2020
[Hooks]
2121
public class {ModuleID}Commands : ICommandsDeclaringType

0 commit comments

Comments
 (0)