diff --git a/examples/portal.clj b/examples/portal.clj index 355cacaf..fd080c30 100755 --- a/examples/portal.clj +++ b/examples/portal.clj @@ -15,7 +15,7 @@ (def file (first *command-line-args*)) (when-not file (binding [*out* *err*] - "Usage: portal.clj ") + (println "Usage: portal.clj ")) (System/exit 1)) (defn xml->hiccup [xml]