From 4c4ff1e06cecac8a52ac347e029ac19f1be4e244 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Sat, 18 Nov 2017 18:32:37 -0600 Subject: yoy new command --- ShiftOS.Main/Terminal/Commands/TestStory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Main/Terminal/Commands/TestStory.cs') 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) -- cgit v1.2.3