early-access version 3612

This commit is contained in:
pineappleEA
2023-05-25 20:22:51 +02:00
parent 976f596f3d
commit f9b7bd6c16
5 changed files with 6 additions and 12 deletions

View File

@@ -227,7 +227,7 @@ int main(int argc, char** argv) {
};
while (optind < argc) {
int arg = getopt_long(argc, argv, "g:fhvp::c:", long_options, &option_index);
int arg = getopt_long(argc, argv, "g:fhvp::c:u:", long_options, &option_index);
if (arg != -1) {
switch (static_cast<char>(arg)) {
case 'c':