From 6e844a3d4e2e1a00bf5039d61800225e675f7962 Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 27 Nov 2002 16:39:41 +0000 Subject: [PATCH] Added missing option letter for last event. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@126 e3e1d417-86f3-4887-817a-d78f3d33393f --- src/zmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zmu.cpp b/src/zmu.cpp index f3793d73a..925699f31 100644 --- a/src/zmu.cpp +++ b/src/zmu.cpp @@ -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;