changeset 698:28fe6a1be852

Adjust to th-libs th_args_help() API change.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 20:28:35 +0200
parents adac0e9f2810
children e9232ce52bf8
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sun Jan 12 18:08:41 2020 +0200
+++ b/main.c	Sun Jan 12 20:28:35 2020 +0200
@@ -145,7 +145,7 @@
     int i;
     th_print_banner(stdout, th_prog_name, "[options] <username> <password>");
 
-    th_args_help(stdout, optList, optListN, 0);
+    th_args_help(stdout, optList, optListN, 0, 80 - 2);
 
     printf(
     "\n"