1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 19:16:35 +01:00

fix a few avatar bugs

This commit is contained in:
Jfreegman
2015-04-04 21:15:34 -04:00
parent f656d0a722
commit 1a7eaeddba
5 changed files with 16 additions and 17 deletions

View File

@@ -144,7 +144,7 @@ static void help_draw_global(ToxWindow *self)
wprintw(win, " /add <addr> <msg> : Add contact with optional message\n");
wprintw(win, " /accept <id> : Accept friend request\n");
wprintw(win, " /avatar <path> : Set a personal avatar\n");
wprintw(win, " /avatar <path> : Set an avatar (leave path empty to unset)\n");
wprintw(win, " /decline <id> : Decline friend request\n");
wprintw(win, " /requests : List pending friend requests\n");
wprintw(win, " /connect <ip> <port> <key> : Manually connect to a DHT node\n");