# HG changeset patch # User Matti Hamalainen # Date 1578855086 -7200 # Node ID 1e9fa00cc63ffc47aa0b57d11a4a6484c85e98fd # Parent 041c8d3030e03a48c8c95b6061ed93db68a9ad00 Document th_args_help() width parameter. diff -r 041c8d3030e0 -r 1e9fa00cc63f th_args.c --- a/th_args.c Sun Jan 12 20:25:23 2020 +0200 +++ b/th_args.c Sun Jan 12 20:51:26 2020 +0200 @@ -334,6 +334,7 @@ * @param opts options list array * @param nopts number of elements in options list array * @param flags flags (currently unused) + * @param width width of the terminal or desired width of the print out */ void th_args_help(FILE *fh, const th_optarg *opts, const int nopts, const int flags, const int width)