Added missing option letter for last event.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@126 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2002-11-27 16:39:41 +00:00
parent e4072d56af
commit 6e844a3d4e
1 changed files with 1 additions and 1 deletions

View File

@ -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;