diff --git a/src/help.c b/src/help.c index 777daa3..a2290eb 100644 --- a/src/help.c +++ b/src/help.c @@ -174,7 +174,7 @@ static void help_draw_global(ToxWindow *self) wprintw(win, " /decline : Decline friend request\n"); wprintw(win, " /requests : List pending friend requests\n"); wprintw(win, " /connect : Manually connect to a DHT node\n"); - wprintw(win, " /status : Set status with optional note\n"); + wprintw(win, " /status : Set status (Online, Busy, Away)\n"); wprintw(win, " /note : Set a personal note\n"); wprintw(win, " /nick : Set your nickname\n"); wprintw(win, " /nospam : Change part of your Tox ID to stop spam\n");