aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/Terminal/Commands/TestStory.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-18 18:32:37 -0600
committerFloppyDiskDrive <[email protected]>2017-11-18 18:32:37 -0600
commit4c4ff1e06cecac8a52ac347e029ac19f1be4e244 (patch)
treedc4b91ece45c22018478937d79c5079615f52208 /ShiftOS.Main/Terminal/Commands/TestStory.cs
parent9fe87b10de6644d17aa4548a80b0c418c1b29d67 (diff)
downloadshiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.tar.gz
shiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.tar.bz2
shiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.zip
yoy new command
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)