mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-08-09 21:25:09 +00:00
-v doesn't take a parameter.
This commit is contained in:
@@ -447,7 +447,7 @@ int main(int argc, char **argv) {
|
|||||||
const char *cflag = nullptr;
|
const char *cflag = nullptr;
|
||||||
|
|
||||||
int c;
|
int c;
|
||||||
while ((c = getopt(argc, argv, "c:D:v:hf")) != -1) {
|
while ((c = getopt(argc, argv, "c:D:vhf")) != -1) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'c':
|
case 'c':
|
||||||
// -c command
|
// -c command
|
||||||
|
Reference in New Issue
Block a user