change prompt
[calc.git] / parser.c
index b7b74e230834129a77d98175ce20769930148c10..cd0d6bfe6b4e33be2d574408ffe8664405d18b53 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -367,7 +367,7 @@ void help (void)
 {
     PRINTOUT ("calc is a simple calculator\n\n");
     PRINTOUT ("supported operators:\n");
-    PRINTOUT (" + - * / % ^\n\n");
+    PRINTOUT (" + - * / %% ^\n\n");
     PRINTOUT ("supported functions:\n");
     PRINTOUT (" pow sqrt cos sin atan log exp\n\n");
     PRINTOUT ("miscellaneous functions:\n");