mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-03 02:51:07 -05:00
Add R and W short form options
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user