diff nnchat.c @ 381:7c28f38cb6dd

Update to use new th-libs from the subrepo.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Oct 2011 15:43:42 +0300
parents 1617d0a0c58e
children bbd5edbf1143
line wrap: on
line diff
--- a/nnchat.c	Mon Oct 03 15:43:01 2011 +0300
+++ b/nnchat.c	Mon Oct 03 15:43:42 2011 +0300
@@ -105,8 +105,10 @@
 
 void argShowHelp(void)
 {
-    th_args_help(stdout, optList, optListN, th_prog_name,
+    th_print_banner(stdout, th_prog_name,
         "[options] <username> <password>");
+    
+    th_args_help(stdout, optList, optListN);
 }