From fcb4fe57b1673ae9314ed754360e83115ea5d3cc Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 19 May 2018 22:26:17 -0400 Subject: make more robust --- yacas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yacas.c b/yacas.c index 4ff9dcb..e387bce 100644 --- a/yacas.c +++ b/yacas.c @@ -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); -- cgit v1.1