Added missing option letter for last event.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@126 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
e4072d56af
commit
6e844a3d4e
|
@ -65,7 +65,7 @@ int main( int argc, char *argv[] )
|
|||
int option_index = 0;
|
||||
int opterr = 1;
|
||||
|
||||
int c = getopt_long (argc, argv, "m:srwi::t::fzh", long_options, &option_index);
|
||||
int c = getopt_long (argc, argv, "m:srwie::t::fzh", long_options, &option_index);
|
||||
if (c == -1)
|
||||
{
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue