commit 9da198754f1d05bc876411464b4a8cca37866dfe parent 4442b161fc9b3bba67374294469e2ccbaaa21a1e Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 5 Jun 2026 18:30:41 +0200 Fix short help of the scem app The -v option was not listed Diffstat:
| M | src/scem_main.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scem_main.c b/src/scem_main.c @@ -45,7 +45,7 @@ static INLINE void usage(FILE* stream) { fprintf(stream, - "usage: scem [-hr] [-a algo] [-d utc_date] latitude longitude\n"); + "usage: scem [-hrv] [-a algo] [-d utc_date] latitude longitude\n"); } static res_T