diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-11-27 15:54:29 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-11-27 15:54:29 -0500 |
commit | 92d3554b0865ada14d1914842dbc5c7eaa3b01a8 (patch) | |
tree | 6afb14657ab91597a11946ca5e7825f65f666a60 /main.c | |
parent | 23186e1b806b231b9850644cd1a9470fd468a790 (diff) | |
download | egawk-92d3554b0865ada14d1914842dbc5c7eaa3b01a8.tar.gz egawk-92d3554b0865ada14d1914842dbc5c7eaa3b01a8.tar.bz2 egawk-92d3554b0865ada14d1914842dbc5c7eaa3b01a8.zip |
Add --include long option and tests to make sure that --load and --include work.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ static const struct option optab[] = { { "file", required_argument, NULL, 'f' }, { "re-interval", no_argument, NULL, 'r' }, { "source", required_argument, NULL, 'e' }, + { "include", required_argument, NULL, 'i' }, { "load", required_argument, NULL, 'l' }, { "dump-variables", optional_argument, NULL, 'd' }, { "assign", required_argument, NULL, 'v' }, |