This commit is contained in:
2008-07-12 08:41:16 +00:00
parent fbfa20f040
commit e71d5af472
3 changed files with 40 additions and 10 deletions

View File

@ -877,7 +877,8 @@ static struct
{ ASE_T("argstomain"), ASE_AWK_ARGSTOMAIN },
{ ASE_T("reset"), ASE_AWK_RESET },
{ ASE_T("maptovar"), ASE_AWK_MAPTOVAR },
{ ASE_T("pablock"), ASE_AWK_PABLOCK }
{ ASE_T("pablock"), ASE_AWK_PABLOCK },
{ ASE_T("newline"), ASE_AWK_NEWLINE }
};
static void print_usage (const ase_char_t* argv0)