Add note about how to kill remind in queue mode.

This commit is contained in:
Dianne Skoll
2022-08-06 08:34:16 -04:00
parent 4274d05e10
commit 8405ea6c53

View File

@@ -378,6 +378,7 @@ void PrintQueue(void)
q = q->next;
}
printf(NL);
printf("To terminate program, send SIGQUIT (probably Ctrl-\\ on the keyboard.)%s", NL);
}
/***************************************************************/