This commit is contained in:
2008-06-29 00:14:04 +00:00
parent dd55a09215
commit 092eeacafd
6 changed files with 35 additions and 47 deletions

View File

@ -237,7 +237,7 @@ static int handle_args (int argc, ase_char_t* argv[])
ase_cint_t c;
ase_memset (&opt, 0, ASE_SIZEOF(opt));
opt.str = ASE_T("m:i:");
opt.str = ASE_T("hm:i:");
while ((c = ase_getopt (argc, argv, &opt)) != ASE_CHAR_EOF)
{