--- libaitcli/src/cli.c 2013/01/17 16:04:31 1.4.4.1 +++ libaitcli/src/cli.c 2013/01/17 16:20:19 1.4.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: cli.c,v 1.4.4.1 2013/01/17 16:04:31 misho Exp $ +* $Id: cli.c,v 1.4.4.2 2013/01/17 16:20:19 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -74,7 +74,7 @@ int cli_Cmd_Help(void * __restrict buffer, int idx, ch struct tagCommand *cmd; if (!buffer) { - cli_SetErr(EINVAL, "Error:: invalid input parameters ..."); + cli_SetErr(EINVAL, "Invalid input parameters ..."); return RETCODE_ERR; }