summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
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]));