From b306f1b2e855667dd00fe2430e4d9f3acce6ce36 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 15 Dec 2020 16:55:28 -0500 Subject: [PATCH] Add R and W short form options --- src/zmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zmu.cpp b/src/zmu.cpp index 0b5c14a34..301619305 100644 --- a/src/zmu.cpp +++ b/src/zmu.cpp @@ -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; }