diff options
Diffstat (limited to 'yacas.c')
| -rw-r--r-- | yacas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1708,7 +1708,7 @@ int main(int argc, char *argv[]) if(interactive) { - printf("Welcome to yaCAS!\n\nCopyright (C) 2018 Franklin Wei\n\nType \"help\" for a quick overview of the supported features.\n\n"); + printf("Welcome to yaCAS!\n\nCopyright (C) 2018 Franklin Wei\n\nType \"help\" for a quick overview of the supported features.\n*** Remember to separate tokens with spaces ***\n\n"); } atexit(freevars); |