Skip to content

Commit

Permalink
Nicer formatting of missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Jun 14, 2016
1 parent 050b7f9 commit e0b2159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pseudoace/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
(apply action (flatten (into '() options)))
(println
"Missing required options:"
(str/join "--" (conj (map name missing) nil))))))
(str/join " --" (conj (map name missing) nil))))))

(defn usage
"Display command usage to the user."
Expand Down

0 comments on commit e0b2159

Please sign in to comment.