aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/Terminal/Commands/TestStory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Main/Terminal/Commands/TestStory.cs')
-rw-r--r--ShiftOS.Main/Terminal/Commands/TestStory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/Terminal/Commands/TestStory.cs b/ShiftOS.Main/Terminal/Commands/TestStory.cs
index 1fd1795..b6f7f9e 100644
--- a/ShiftOS.Main/Terminal/Commands/TestStory.cs
+++ b/ShiftOS.Main/Terminal/Commands/TestStory.cs
@@ -11,7 +11,7 @@ namespace ShiftOS.Main.Terminal.Commands
{
public override string Name { get; } = "teststory";
public override string Summary { get; } = "Debug Command - Test the intro";
- public override string Usage { get; } = "n/a";
+ public override string Usage { get; } = "teststory";
public override bool Unlocked { get; set; } = false;
public override void Run(params string[] parameters)