~ Fixed getopt string not being correct

Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
Alexis Maiquez 2019-09-05 03:05:51 +02:00
parent ec29beca90
commit 0ecc8b6e61

View File

@ -190,7 +190,7 @@ int main (int argc, char* argv[])
while (true)
{
int c = getopt_long (argc, argv, "r:p:d:sh", long_options, &option_index);
int c = getopt_long (argc, argv, "r:p:d:shf:", long_options, &option_index);
if (c == -1)
break;