diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-15 14:03:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-15 14:03:32 +0300 |
commit | 1a9579b6c5722277b34802b7665f340b095a2e98 (patch) | |
tree | e199ef0ce1ae2107ab815372fa714171f2548421 /main.c | |
parent | 058370e159ba10507e7830ab4d83d5588542cf6b (diff) | |
parent | c9b1f9189625a8dab6092cbd46f8496537af227c (diff) | |
download | egawk-1a9579b6c5722277b34802b7665f340b095a2e98.tar.gz egawk-1a9579b6c5722277b34802b7665f340b095a2e98.tar.bz2 egawk-1a9579b6c5722277b34802b7665f340b095a2e98.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -825,7 +825,7 @@ usage(int exitval, FILE *fp) fputs(_("\t-h\t\t\t--help\n"), fp); fputs(_("\t-i includefile\t\t--include=includefile\n"), fp); fputs(_("\t-l library\t\t--load=library\n"), fp); - fputs(_("\t-L [fatal]\t\t--lint[=fatal]\n"), fp); + fputs(_("\t-L[fatal|invalid]\t--lint[=fatal|invalid]\n"), fp); fputs(_("\t-M\t\t\t--bignum\n"), fp); fputs(_("\t-N\t\t\t--use-lc-numeric\n"), fp); fputs(_("\t-n\t\t\t--non-decimal-data\n"), fp); |