Closed bueler closed 4 years ago
c/ch2/tri.c is an example. Make this uniform so that
c/ch2/tri.c
$ ./program -help |head # determine that "prg_" is prefix $ ./program -help |grep prg_ # list the options with this prefix
is part of the "help system".
Then document this feature in Chapters 2 and 3 where it will first be used.
I still need to go through and make this uniform.
I believe this is done enough.
c/ch2/tri.c
is an example. Make this uniform so thatis part of the "help system".
Then document this feature in Chapters 2 and 3 where it will first be used.