Add R and W short form options

This commit is contained in:
Isaac Connor
2020-12-15 16:55:28 -05:00
parent 7f9b977ec2
commit 6e2cfa6ca9

View File

@@ -275,7 +275,7 @@ int main(int argc, char *argv[]) {
while (1) {
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 ) {
break;
}