[svn-commits] mvanbaak: branch group/res_clialiases r147634 - /team/group/res_clialiases/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 8 14:34:59 CDT 2008


Author: mvanbaak
Date: Wed Oct  8 14:34:58 2008
New Revision: 147634

URL: http://svn.digium.com/view/asterisk?view=rev&rev=147634
Log:
let's educate the users that they should use 'core show help <something>' instead of 'help <something>'

Modified:
    team/group/res_clialiases/main/cli.c

Modified: team/group/res_clialiases/main/cli.c
URL: http://svn.digium.com/view/asterisk/team/group/res_clialiases/main/cli.c?view=diff&rev=147634&r1=147633&r2=147634
==============================================================================
--- team/group/res_clialiases/main/cli.c (original)
+++ team/group/res_clialiases/main/cli.c Wed Oct  8 14:34:58 2008
@@ -1812,7 +1812,7 @@
 		ast_atomic_fetchadd_int(&e->inuse, 1);
 	AST_RWLIST_UNLOCK(&helpers);
 	if (e == NULL) {
-		ast_cli(fd, "No such command '%s' (type 'help %s' for other possible commands)\n", s, find_best(args + 1));
+		ast_cli(fd, "No such command '%s' (type 'core show help %s' for other possible commands)\n", s, find_best(args + 1));
 		goto done;
 	}
 	/*




More information about the svn-commits mailing list