# HG changeset patch # User Matti Hamalainen # Date 1288735382 -7200 # Node ID f1684884fd56e7d6dd43cf6cbd8cf61e381d87bd # Parent 900768340e656049ef01e23897b2fa37fe7c397c Comment cleanups. diff -r 900768340e65 -r f1684884fd56 nnchat.c --- 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;