Use .type.upper() (vs. old .name.upper()) for Argument.metavar.
authorW. Trevor King <wking@drexel.edu>
Sat, 8 May 2010 10:37:08 +0000 (06:37 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 8 May 2010 10:37:08 +0000 (06:37 -0400)
commit0dfe1e833cf6c7d2084781da41127ed1763a081a
tree7ffccbff384ade53c0394da27e17cf25daa5e9f8
parent7a3e88227868001b4120c43fbe3be332fb3999f8
Use .type.upper() (vs. old .name.upper()) for Argument.metavar.

This conveys more information to the user
     output FILE
compared to the same word twice:
     output OUTPUT

Also rearranged some options.
hooke/plugin/__init__.py