mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-07 17:33:33 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad91a7f4e6 |
@@ -126,12 +126,12 @@ int main(int argc, char *argv[])
|
||||
vflag = true;
|
||||
break;
|
||||
case '?':
|
||||
log_warn("unknown option -- '%c'\n"
|
||||
log_fatal("unknown option -- '%c'\n"
|
||||
"Try .\\vmrcli.exe -h for more information.",
|
||||
optopt);
|
||||
exit(EXIT_FAILURE);
|
||||
case ':':
|
||||
log_warn("missing argument for option -- '%c'\n"
|
||||
log_fatal("missing argument for option -- '%c'\n"
|
||||
"Try .\\vmrcli.exe -h for more information.",
|
||||
optopt);
|
||||
exit(EXIT_FAILURE);
|
||||
|
||||
Reference in New Issue
Block a user