int i;
char *endp;
- option = getopt_long(argc, argv, "l:sSRp:m:M:h", options, NULL);
+ option = getopt_long(argc, argv, "l:sSRp:m:h", options, NULL);
if (option == -1)
break;
int option;
struct stat statbuf;
- option = getopt_long(argc, argv, "aed:n:p:q:rxPVh", options, NULL);
+ option = getopt_long(argc, argv, "aed:n:p:q:rxP:Vh", options, NULL);
if (option == -1)
break;
const char *val;
char buf[UTIL_PATH_SIZE];
- option = getopt_long(argc, argv, "vng:o:t:hcp:s:S:a:A:y:", options, NULL);
+ option = getopt_long(argc, argv, "vng:o:t:hc:p:s:S:a:A:y:", options, NULL);
if (option == -1)
break;