diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-19 17:12:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-19 17:12:48 +0300 |
commit | c6d49e92c880824cb1a1dbd281c336249a0f0cf7 (patch) | |
tree | 91f00fd691247a8abd68c493656c725afe322375 /main.c | |
parent | 6da1fa8663a1b8a55a5d90054bc71f04007b8935 (diff) | |
download | egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.tar.gz egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.tar.bz2 egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.zip |
Documentation and compile fixes.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -747,7 +747,7 @@ usage(int exitval, FILE *fp) fputs(_("\t-b\t\t\t--characters-as-bytes\n"), fp); fputs(_("\t-c\t\t\t--traditional\n"), fp); fputs(_("\t-C\t\t\t--copyright\n"), fp); - fputs(_("\t-d [file]\t\t--dump-variables[=file]\n"), fp); + fputs(_("\t-d[file]\t\t--dump-variables[=file]\n"), fp); fputs(_("\t-e 'program-text'\t--source='program-text'\n"), fp); fputs(_("\t-E file\t\t\t--exec=file\n"), fp); fputs(_("\t-g\t\t\t--gen-pot\n"), fp); @@ -756,7 +756,7 @@ usage(int exitval, FILE *fp) fputs(_("\t-n\t\t\t--non-decimal-data\n"), fp); fputs(_("\t-N\t\t\t--use-lc-numeric\n"), fp); fputs(_("\t-O\t\t\t--optimize\n"), fp); - fputs(_("\t-p [file]\t\t--profile[=file]\n"), fp); + fputs(_("\t-p[file]\t\t--profile[=file]\n"), fp); fputs(_("\t-P\t\t\t--posix\n"), fp); fputs(_("\t-r\t\t\t--re-interval\n"), fp); if (which_gawk == exe_debugging) |