]> www.infradead.org Git - mtd-utils.git/commit
ubihealthd: Add option -h/--help
authorAlexander Dahl <post@lespocky.de>
Thu, 3 Oct 2019 06:35:01 +0000 (08:35 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 7 Oct 2019 08:14:49 +0000 (10:14 +0200)
commite0fecfef3463f9585fef878aba60b0b92b9ffc08
tree48a79ba0ace4322029207b74d04c7876d8367499
parentab886a5a7e6c1f135f9f672811920322318003c9
ubihealthd: Add option -h/--help

Using '?' as option did not work, and would be strange to pass anyway,
because it's a glob char for the shell and you would have to escape it
like ./ubihealthd -\? … use the more common -h/--help instead.

Note: this does not touch the output, just changes the options itself.

Signed-off-by: Alexander Dahl <post@lespocky.de>
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubi-utils/ubihealthd.c