summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/toxic/prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c
index c28980c4..e5dc5086 100644
--- a/testing/toxic/prompt.c
+++ b/testing/toxic/prompt.c
@@ -318,7 +318,7 @@ static void print_usage(ToxWindow* self) {
318 wprintw(self->window, " myid : Print your ID\n"); 318 wprintw(self->window, " myid : Print your ID\n");
319 wprintw(self->window, " quit/exit : Exit program\n"); 319 wprintw(self->window, " quit/exit : Exit program\n");
320 wprintw(self->window, " help : Print this message again\n"); 320 wprintw(self->window, " help : Print this message again\n");
321 wprintw(self->window, " clear: : Clear this window\n"); 321 wprintw(self->window, " clear : Clear this window\n");
322 322
323 wattron(self->window, A_BOLD); 323 wattron(self->window, A_BOLD);
324 wprintw(self->window, "TIP: Use the TAB key to navigate through the tabs.\n\n"); 324 wprintw(self->window, "TIP: Use the TAB key to navigate through the tabs.\n\n");