From ba74c5683e52da1b50af9a7c6511287a33081c31 Mon Sep 17 00:00:00 2001 From: "OPTIMUS-PRIME\\craig" Date: Sat, 8 Sep 2018 17:20:43 +0100 Subject: [PATCH] fix spelling and grammar mistakes. --- SmoulderingBeachBallCLI/ConsoleCommands.fs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/SmoulderingBeachBallCLI/ConsoleCommands.fs b/SmoulderingBeachBallCLI/ConsoleCommands.fs index 9e47ed9..029372f 100644 --- a/SmoulderingBeachBallCLI/ConsoleCommands.fs +++ b/SmoulderingBeachBallCLI/ConsoleCommands.fs @@ -63,17 +63,17 @@ [] [] + ("(image-width: int) (image-height: int) (main-colour: string) " + + "(overlay-colour: string) (overlay-type: string) (file-path: string)")>] [] [] let ``draw-image`` imgWidth imgHeight mainColour oColour oType path = try @@ -87,8 +87,7 @@ [] [] - [] + [] [] let ``list-colours`` () = printfn "[INFO.] Listing available colours..."