[Xorp-cvs] XORP cvs commit: xorp/cli

Pavlin Radoslavov pavlin@icir.org
Thu, 20 Apr 2006 00:44:47 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-04-20 00:44:47 UTC

XORP CVS repository


Modified files:
	cli           cli_client.cc cli_command.cc cli_command.hh 

Log message:
	Return the command-completion help strings as a set of strings
	(one per completion) instead of one single string. Thus we
	automatically eliminate any duplicates.
	
	This fixes Bugzilla entry #587.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=587

Revision  Changes                               Path
1.54      +9 -4;  commitid: 133b94446d9377ea6;  xorp/cli/cli_client.cc
1.28      +8 -8;  commitid: 133b94446d9377ea6;  xorp/cli/cli_command.cc
1.25      +4 -2;  commitid: 133b94446d9377ea6;  xorp/cli/cli_command.hh