This commit is contained in:
pengjiong 2022-04-29 09:39:39 +00:00 committed by Gitee
parent 07ad2fc0b2
commit 7f1dc2b79f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ static int getOptions(const int argc, char* const* argv)
int c;
int option_index;
uint32 hi, lo;
while ((c = getopt_long(argc, argv, "f:F:nvd:h:o:p:U:wWP:s:S:", long_options, &option_index)) != -1) {
while ((c = getopt_long(argc, argv, "f:F:nvd:h:o:p:U:wWP:s:S:I:", long_options, &option_index)) != -1) {
switch (c) {
/* general options */
case 'f':