From ad0235c778f3ac1ad585b3bc12badb7be6003ffc Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Fri, 23 Jan 2015 15:23:30 -0800 Subject: [PATCH] update usage --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2567c63..2f28b72 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) const url = "http://api.urbandictionary.com/v0/define?term=" -const usage = "ud " +const usage = "ud: search for term on urban dictionary\n\nusage: ud \n" type response struct { Results []result `json:"list"`