diff options
author | James Booth <boothj5@gmail.com> | 2012-07-29 02:21:57 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-07-29 02:21:57 +0100 |
commit | 8f983c0484895c8aafc064e2a08188dd6dca4fb8 (patch) | |
tree | bb0445f5958b57242edbfad439ecb2095ee40c82 /src | |
parent | a0cb58bb1cbc043c4c97c4409e491cc653503e0f (diff) | |
download | profani-tty-8f983c0484895c8aafc064e2a08188dd6dca4fb8.tar.gz |
Changed help on tiny urls
Diffstat (limited to 'src')
-rw-r--r-- | src/windows.c | 2 |
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."); |