cake
/
p7utils
Archived
1
0
Fork 0
This commit is contained in:
Thomas Touhey 2017-01-17 12:22:43 +01:00
parent f062634a3f
commit 130b433f7c
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ int parse_args(int ac, char **av, args_t *args)
{"version", no_argument, NULL, 'v'},
{"com", required_argument, NULL, 'c'},
{"no-prepare", no_argument, NULL, 'n'},
{"uexe", no_argument, NULL, 'u'},
{"uexe", required_argument, NULL, 'u'},
{"output", required_argument, NULL, 'o'},
{NULL, 0, NULL, 0}
};