On Nov 24, 2008, at 2:28 PM, Stephen C. Gilardi wrote:

>> Usage: java -jar clojure.jar [option*] [file-arg*] [-- [arg*]]
>
> That looks exactly right to me. I'll be adopting that.


On further review, I think this is better:

        Usage: java -jar clojure.jar [option*] [file-arg*] [-- arg*]

Maybe all those *s should be + instead:

        Usage: java -jar clojure.jar [option+] [file-arg+] [-- arg+]

The square brackets already say "optional" which is the difference  
between + and *.

I do think the *s look better though.

--Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to