Update interface.c

Fix typo in help command
This commit is contained in:
Marcos Gómez Vilches 2014-01-30 17:46:09 +01:00
parent ad8829549c
commit f325ad5460

View File

@ -868,7 +868,7 @@ void interpreter (char *line UU) {
"msg <peer> Text - sends message to this peer\n"
"contact_list - prints info about users in your contact list\n"
"stats - just for debugging \n"
"history <peerd> [limit] - prints history (and marks it as read). Default limit = 40\n"
"history <peer> [limit] - prints history (and marks it as read). Default limit = 40\n"
"dialog_list - prints info about your dialogs\n"
"send_photo <peer> <photo-file-name> - sends photo to peer\n"
"send_video <peer> <video-file-name> - sends video to peer\n"