changeset 153:f1684884fd56

Comment cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Nov 2010 00:03:02 +0200
parents 900768340e65
children e8f67e344aaf
files nnchat.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Wed Nov 03 00:02:08 2010 +0200
+++ b/nnchat.c	Wed Nov 03 00:03:02 2010 +0200
@@ -861,11 +861,11 @@
     if (setBrowser == NULL)
         setBrowser = "firefox";
     
-    /* Parse arguments */
+    /* Parse command line arguments */
     argsOK = th_args_process(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, FALSE);
 
-    /* Check the mode and arguments */
+    /* Check if we have username and password */
     if (optUserName == NULL || optPassword == NULL) {
         THERR("User/pass not specified, get some --help\n");
         return -1;