commit ad48bf167091eb1656dd93ed82a409af8f4774fe parent 422dd70fa30c032173bffe7c34ebdad7cd8a429a Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 7 Apr 2020 11:32:25 +0200 Fix command line option -d Diffstat:
| M | src/stardis-parsing.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c @@ -455,7 +455,7 @@ parse_args { int opt = 0, n_used = 0; size_t len = 0; - const char option_list[] = "a:d:D:f:F:ghm:M:n:p:P:r:R:s:S:tvV:"; + const char option_list[] = "a:dD:f:F:ghm:M:n:p:P:r:R:s:S:tvV:"; char buf[128]; static char empty_arg[1] = ""; res_T res = RES_OK;