commit 8760964177946f89e639d53c7653dafa2583c3a9 parent 371ab65b08a50027086708f48587cd8669ecc463 Author: sin <sin@2f30.org> Date: Mon, 15 Sep 2014 19:00:13 +0100 Inform the user of the help cmd Diffstat:
M | ratatox.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ratatox.c b/ratatox.c @@ -824,6 +824,7 @@ int main(int argc, char *argv[]) { printbanner(); + printf("Type h for help\n"); toxinit(); friendload(); loop();