-V actually does not take an argument (yet)
This commit is contained in:
parent
eada483765
commit
d5e3b58d47
|
@ -121,7 +121,7 @@ int main(int argc, char **argv) {
|
|||
{ NULL, 0, 0, 0}
|
||||
};
|
||||
|
||||
while ((opt = getopt_long(argc, argv, "s:c:mf:hvV:A:B:C:D:E:F:G:H:", long_opt, &option_index)) != -1) {
|
||||
while ((opt = getopt_long(argc, argv, "s:c:mf:hvVA:B:C:D:E:F:G:H:", long_opt, &option_index)) != -1) {
|
||||
switch (opt) {
|
||||
case 's':
|
||||
socket_path = expand_path(optarg);
|
||||
|
|
Loading…
Reference in New Issue