about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-29 02:21:57 +0100
committerJames Booth <boothj5@gmail.com>2012-07-29 02:21:57 +0100
commit8f983c0484895c8aafc064e2a08188dd6dca4fb8 (patch)
treebb0445f5958b57242edbfad439ecb2095ee40c82 /src/windows.c
parenta0cb58bb1cbc043c4c97c4409e491cc653503e0f (diff)
downloadprofani-tty-8f983c0484895c8aafc064e2a08188dd6dca4fb8.tar.gz
Changed help on tiny urls
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c2
1 files changed, 1 insertions, 1 deletions
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.");