diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-28 18:12:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-28 18:12:52 +0200 |
commit | 2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f (patch) | |
tree | 2a0f3ef3b7d18f83c0ab061554bc1077e77a81bf /NEWS | |
parent | 23d37c1740baeaebefd8310c53b232904c1e1f77 (diff) | |
download | egawk-2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f.tar.gz egawk-2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f.tar.bz2 egawk-2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f.zip |
Documentation updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -9,9 +9,10 @@ Changes from 4.0.1 to 4.1 1. The three executables gawk, pgawk, and dgawk, have been merged into one, named just gawk. As a result: * The -R option is gone - * Use -D ... - * Use -o ... - * Use -p ... + * Use -D to run the debugger. An optional file argument is a + list of commands to run first. + * Use -o to do pretty-printing only. + * Use -p to do profiling. 2. The new -l option is used for loading dynamic extensions. |