diff nnchat.c @ 153:f1684884fd56

Comment cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Nov 2010 00:03:02 +0200
parents 303db1141147
children e8f67e344aaf
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;