Add R and W short form options

This commit is contained in:
Isaac Connor 2020-12-15 16:55:28 -05:00
parent 89eacbc8a8
commit b306f1b2e8
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ int main(int argc, char *argv[]) {
while (1) { while (1) {
int option_index = 0; int option_index = 0;
int c = getopt_long(argc, argv, "d:m:vsEDLurwei::S:t::fz::ancqhlB::C::H::O::U:P:A:V:T:", long_options, &option_index); int c = getopt_long(argc, argv, "d:m:vsEDLurwei::S:t::fz::ancqhlB::C::H::O::RWU:P:A:V:T:", long_options, &option_index);
if ( c == -1 ) { if ( c == -1 ) {
break; break;
} }