diff options
author | sin <sin@2f30.org> | 2014-09-15 19:00:13 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-15 19:00:36 +0100 |
commit | 8760964177946f89e639d53c7653dafa2583c3a9 (patch) | |
tree | db9c94906c78304e97985a90ae3eb83feb1a67c7 | |
parent | 371ab65b08a50027086708f48587cd8669ecc463 (diff) |
Inform the user of the help cmd
-rw-r--r-- | ratatox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -824,6 +824,7 @@ int main(int argc, char *argv[]) { printbanner(); + printf("Type h for help\n"); toxinit(); friendload(); loop(); |