From 8f983c0484895c8aafc064e2a08188dd6dca4fb8 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 29 Jul 2012 02:21:57 +0100 Subject: [PATCH] Changed help on tiny urls --- src/windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows.c b/src/windows.c index c2d2294b..bfdaca2a 100644 --- a/src/windows.c +++ b/src/windows.c @@ -362,7 +362,7 @@ cons_help(void) cons_show("/prefs : Show current UI preferences."); cons_show("/connect user@host : Login to jabber."); cons_show("/msg user@host mesg : Send mesg to user."); - cons_show("/tiny user@host url : Send url as tinyurl"); + cons_show("/tiny url : Send url as tinyurl"); cons_show("/close : Close a chat window."); cons_show("/who : Find out who is online."); cons_show("/ros : List all contacts.");