diff --git a/WetPancakeCLI/ConsoleCommands.cs b/WetPancakeCLI/ConsoleCommands.cs index 6351cfb..1c91d09 100644 --- a/WetPancakeCLI/ConsoleCommands.cs +++ b/WetPancakeCLI/ConsoleCommands.cs @@ -38,15 +38,12 @@ namespace WetPancakeCLI [ListCommand] [Parameters("filePath: string")] - [Description("Writes a quick guide to the specified location or the desktop if no path was specified.")] + [Description("Writes a quick guide to the specified location or the desktop if no path is specified.")] [Usage("/n" + // Added because Console.Waterworks' rendering makes it look weird. "QuickGuide C:/your/filePath\n" + "QuickGuide")] public static string QuickGuide(string filePath = "") { - // TODO Create cheat-sheet comand-method. - // TODO Rename cheat-sheet-pdf to quick-guide. - // TODO Add new cheat-sheet WriteLine("Attempting to write the Wet Pancake CLI Quick Guide..."); try { diff --git a/WetPancakeCLI/ProductInfo/quick-guide.pdf b/WetPancakeCLI/ProductInfo/quick-guide.pdf index 2b4a6c2..4f69678 100644 Binary files a/WetPancakeCLI/ProductInfo/quick-guide.pdf and b/WetPancakeCLI/ProductInfo/quick-guide.pdf differ