From b965338dca497f05856f396692aaa0bcb6443d99 Mon Sep 17 00:00:00 2001 From: sajt Date: Tue, 27 Nov 2007 23:12:12 +0000 Subject: [PATCH] I believe this is what you meant... by the way, you're crazy git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7721 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_gecko.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_gecko.c b/cl_gecko.c index 74913057..9fd21293 100644 --- a/cl_gecko.c +++ b/cl_gecko.c @@ -196,7 +196,7 @@ static void cl_gecko_navigate_f( void ) { if (Cmd_Argc() != 3) { - Con_Print("usage: gecko_destroy \nnavigates to a certain URI (full texture path " CLGECKOPREFIX ")\n"); + Con_Print("usage: gecko_navigate \nnavigates to a certain URI (full texture path " CLGECKOPREFIX ")\n"); return; } -- 2.39.2