Browse Source

Fixed spelling in documentation.

master
Craig Oates 6 years ago
parent
commit
33c8ce8196
  1. 5
      WetPancakeCLI/ConsoleCommands.cs
  2. BIN
      WetPancakeCLI/ProductInfo/quick-guide.pdf

5
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
{

BIN
WetPancakeCLI/ProductInfo/quick-guide.pdf

Binary file not shown.
Loading…
Cancel
Save