diff --git a/NEWS.md b/NEWS.md index a62973fc..d7ea4797 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,7 +17,7 @@ * Report download progress of search indices. (Matthew Blair) * Protection from harmful `:clean-targets` settings. (Craig McDaniel) * Faster loading of help text. (David Grayson, Ryan Mulligan) -* Add `LEIN_SILENT` option to suppress *info* output. (Phil Hagelberg) +* Add `LEIN_SILENT` option to suppress `*info*` output. (Phil Hagelberg) ## 2.3.4 / 2013-11-18 diff --git a/src/leiningen/deploy.clj b/src/leiningen/deploy.clj index b5ffc9cb..3db5766f 100644 --- a/src/leiningen/deploy.clj +++ b/src/leiningen/deploy.clj @@ -17,8 +17,8 @@ (cond (re-find #"Return code is 405" message) (str message "\n" "Ensure you are deploying over SSL.") (re-find #"Return code is 401" message) - (str message "\n" "See `lein help deploy` for an explanation of how to" - " specify credentials.") + (str message "\n" "See `lein help deploying` for an explanation of how" + " to specify credentials.") :else message)) (defn add-auth-from-url