Merge pull request #1327 from ArmoredPony/develop

Fixed unknown option -u in st-util.
pull/1333/head
nightwalker-87 2023-09-01 22:47:58 +02:00 zatwierdzone przez GitHub
commit 99925c687b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -149,7 +149,7 @@ int32_t parse_options(int32_t argc, char** argv, st_state_t *st) {
int32_t c;
int32_t q;
while ((c = getopt_long(argc, argv, "hv::p:mn", long_options, &option_index)) != -1)
while ((c = getopt_long(argc, argv, "hv::p:mnu", long_options, &option_index)) != -1)
switch (c) {
case 0:
break;