update usage

This commit is contained in:
sm
2015-01-23 15:23:30 -08:00
parent c90b724307
commit ad0235c778
+1 -1
View File
@@ -13,7 +13,7 @@ import (
)
const url = "http://api.urbandictionary.com/v0/define?term="
const usage = "ud <term>"
const usage = "ud: search for term on urban dictionary\n\nusage: ud <term>\n"
type response struct {
Results []result `json:"list"`