Jonathan McDowell <[EMAIL PROTECTED]> writes:

> I've written a simple patch to add the -V / --version option to lsh to
> print out the version of lsh being used. Patch is against 0.2.9.

Fixed now. Note that the easiest way to add a version option to
programs that use argp is to define the constant

  const char *argp_program_version = "something";

/Niels

Reply via email to