diff --git a/src/yetibot/commands/weather.clj b/src/yetibot/commands/weather.clj index 103daa59..807020ed 100644 --- a/src/yetibot/commands/weather.clj +++ b/src/yetibot/commands/weather.clj @@ -128,7 +128,7 @@ :result/data result})))) (defn air-cmd - "air # look up current air conditions for by name or postal code, optional country code" + "weather air # look up current air conditions for by name or postal code, optional country code" {:yb/cat #{:info}} [{[_ loc] :match}] (let [result (air loc)]