changeset 591:1e9fa00cc63f

Document th_args_help() width parameter.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 20:51:26 +0200
parents 041c8d3030e0
children 4fd6ee473d1b
files th_args.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)