INN commit: trunk/nnrpd (nnrpd.c)

INN Commit Russ_Allbery at isc.org
Sun Dec 7 11:01:43 UTC 2008


    Date: Sunday, December 7, 2008 @ 03:01:43
  Author: iulius
Revision: 8218

Prettier answer when the command does not need any argument.

Modified:
  trunk/nnrpd/nnrpd.c

---------+
 nnrpd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: nnrpd.c
===================================================================
--- nnrpd.c	2008-12-06 19:26:11 UTC (rev 8217)
+++ nnrpd.c	2008-12-07 11:01:43 UTC (rev 8218)
@@ -1208,7 +1208,7 @@
 	if ((cp->Minac != CMDany && ac < cp->Minac)
 	 || (cp->Maxac != CMDany && ac > cp->Maxac)) {
 	    Reply("%d Syntax is:  %s %s\r\n",
-		NNTP_ERR_SYNTAX, cp->Name, cp->Help ? cp->Help : "No argument allowed");
+		NNTP_ERR_SYNTAX, cp->Name, cp->Help ? cp->Help : "(no argument allowed)");
 	    continue;
 	}
 




More information about the inn-committers mailing list