From 9e036e08f164beaa5062c6ff959ceecd88709459 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Sun, 13 Jul 2014 18:52:30 +0100 Subject: [PATCH] Fix tests --- app_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app_test.go b/app_test.go index 9414c1b..a915624 100644 --- a/app_test.go +++ b/app_test.go @@ -84,12 +84,10 @@ func ExampleAppHelp() { // describeit - use it to see a description // // USAGE: - // command describeit [command options] [arguments...] + // command describeit [arguments...] // // DESCRIPTION: // This is how we describe describeit the function - // - // OPTIONS: } func ExampleAppBashComplete() {