summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/nTox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index ac82d021..83fe9e34 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -241,7 +241,7 @@ int main(int argc, char *argv[])
241 raw(); 241 raw();
242 getmaxyx(stdscr,y,x); 242 getmaxyx(stdscr,y,x);
243 new_lines(idstring0); 243 new_lines(idstring0);
244 new_lines("/f ID (to add friend), /m friendnumber message (to send message)"); 244 new_lines("/f ID (to add friend), /m friendnumber message (to send message), /s status (to change status), /n nick (to change nickname)");
245 strcpy(line, ""); 245 strcpy(line, "");
246 IP_Port bootstrap_ip_port; 246 IP_Port bootstrap_ip_port;
247 bootstrap_ip_port.port = htons(atoi(argv[2])); 247 bootstrap_ip_port.port = htons(atoi(argv[2]));