changeset 607:c7b8e299c612

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 May 2014 04:34:36 +0300
parents 2cc5434a8ce0
children a8fa7803284a
files main.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Tue May 20 04:34:23 2014 +0300
+++ b/main.c	Tue May 20 04:34:36 2014 +0300
@@ -133,8 +133,7 @@
 void argShowHelp(void)
 {
     int i;
-    th_print_banner(stdout, th_prog_name,
-                    "[options] <username> <password>");
+    th_print_banner(stdout, th_prog_name, "[options] <username> <password>");
 
     th_args_help(stdout, optList, optListN);