commit d90e0b377e6034315effccdcbf8ced9e8d5a81ea parent d540ced1df04af611f4b9415909e0649f563c5c9 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 14 Apr 2020 17:49:35 +0200 Fix command line option -t parsing 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 @@ -460,7 +460,7 @@ parse_args { int opt = 0, n_used = 0; size_t len = 0; - const char option_list[] = "a:dD: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:t:vV:"; char buf[128]; res_T res = RES_OK;