Fix: print (usage name) instead of the usage function
This commit is contained in:
parent
980eec3158
commit
f403f9452b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
{:keys [config auth]} args]
|
||||
(cond
|
||||
(some #(= "-h" %) options)
|
||||
(println usage)
|
||||
(println (usage name))
|
||||
:else
|
||||
(let [config-str (slurp config)
|
||||
auth-str (slurp auth)
|
||||
|
|
Loading…
Reference in a new issue