From 20e4cd0a17e28dd5648bcad564e06979ac40997f Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 30 Jul 2013 17:51:16 -0400 Subject: Update nTox.c Edited help message. --- testing/nTox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/nTox.c') diff --git a/testing/nTox.c b/testing/nTox.c index a12d6cf0..5c560079 100644 --- a/testing/nTox.c +++ b/testing/nTox.c @@ -177,7 +177,7 @@ void line_eval(char lines[HISTORY][STRING_LENGTH], char *line) else if (line[1] == 'h') { //help new_lines("[i] commands: /f ID (to add friend), /m friendnumber message (to send message), /s status (to change status)"); - new_lines("[i] /l list (list friends), /h for help, /n nick (to change nickname), /q (to quit)"); + new_lines("[i] /l list (list friends), /h for help, /i for info, /n nick (to change nickname), /q (to quit)"); } else if (line[1] == 'i') { //info @@ -390,7 +390,7 @@ int main(int argc, char *argv[]) getmaxyx(stdscr,y,x); new_lines(idstring0); new_lines("[i] commands: /f ID (to add friend), /m friendnumber message (to send message), /s status (to change status)"); - new_lines("[i] /l list (list friends), /n nick (to change nickname), /q (to quit)"); + new_lines("[i] /l list (list friends), /h for help, /i for info, /n nick (to change nickname), /q (to quit)"); strcpy(line, ""); IP_Port bootstrap_ip_port; bootstrap_ip_port.port = htons(atoi(argv[2])); -- cgit v1.2.3