summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
authorGreg <gamedevguy12@gmail.com>2013-07-30 17:51:16 -0400
committerGreg <gamedevguy12@gmail.com>2013-07-30 17:51:16 -0400
commit20e4cd0a17e28dd5648bcad564e06979ac40997f (patch)
tree4fc33d72f3404c9e1bf5087d4f9fdf923c9b4d6a /testing/nTox.c
parentf1486e5092c35d1220056142b1751e1f18895f6b (diff)
Update nTox.c
Edited help message.
Diffstat (limited to 'testing/nTox.c')
-rw-r--r--testing/nTox.c4
1 files changed, 2 insertions, 2 deletions
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)
177 177
178 else if (line[1] == 'h') { //help 178 else if (line[1] == 'h') { //help
179 new_lines("[i] commands: /f ID (to add friend), /m friendnumber message (to send message), /s status (to change status)"); 179 new_lines("[i] commands: /f ID (to add friend), /m friendnumber message (to send message), /s status (to change status)");
180 new_lines("[i] /l list (list friends), /h for help, /n nick (to change nickname), /q (to quit)"); 180 new_lines("[i] /l list (list friends), /h for help, /i for info, /n nick (to change nickname), /q (to quit)");
181 } 181 }
182 182
183 else if (line[1] == 'i') { //info 183 else if (line[1] == 'i') { //info
@@ -390,7 +390,7 @@ int main(int argc, char *argv[])
390 getmaxyx(stdscr,y,x); 390 getmaxyx(stdscr,y,x);
391 new_lines(idstring0); 391 new_lines(idstring0);
392 new_lines("[i] commands: /f ID (to add friend), /m friendnumber message (to send message), /s status (to change status)"); 392 new_lines("[i] commands: /f ID (to add friend), /m friendnumber message (to send message), /s status (to change status)");
393 new_lines("[i] /l list (list friends), /n nick (to change nickname), /q (to quit)"); 393 new_lines("[i] /l list (list friends), /h for help, /i for info, /n nick (to change nickname), /q (to quit)");
394 strcpy(line, ""); 394 strcpy(line, "");
395 IP_Port bootstrap_ip_port; 395 IP_Port bootstrap_ip_port;
396 bootstrap_ip_port.port = htons(atoi(argv[2])); 396 bootstrap_ip_port.port = htons(atoi(argv[2]));