Kedar Mhaswade wrote on 7/16/09 9:25 AM:
> I think --help or -h is more likely for general asadmin help, e.g.
>
> $ asadmin -h
> $ asadmin --help
>
> which is what I do with any other program. So, that's my expectation with
> asadmin as well.
>
> For a subcommand help, I think we should have both:
> $ asadmin foo-cmd -h/--help, and
> $ asadmin --help/-h foo-cmd
>
> So, yes, I agree with you, first of the above two is far commoner, IME.
I've implemented both of the above.
Well, almost.
I implemented -? instead of -h, which seems to be what v2 supported.