From cb2e61fa87e2876af90c5380f3e9ed6f1b5f286f Mon Sep 17 00:00:00 2001 From: jnunezortuno <32717045+jnunezortuno@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:52:14 +0200 Subject: [PATCH] Update gpssim.c --- gpssim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpssim.c b/gpssim.c index 148fc4c..22f3707 100644 --- a/gpssim.c +++ b/gpssim.c @@ -1753,7 +1753,7 @@ int main(int argc, char *argv[]) exit(1); } - while ((result=getopt(argc,argv,"e:u:g:c:l:o:s:b:T:t:d:iv"))!=-1) + while ((result=getopt(argc,argv,"e:u:g:c:l:o:s:b:T:t:d:i:v"))!=-1) { switch (result) {