You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
415 B
12 lines
415 B
Index: calc.c |
|
--- calc.c.orig 2006-06-11 02:43:50 +0200 |
|
+++ calc.c 2007-01-04 08:57:59 +0100 |
|
@@ -512,7 +512,7 @@ |
|
printf("Calc is open software. For license details " |
|
"type: help copyright\n"); |
|
printf("[%s]\n\n", |
|
- "Type \"exit\" to exit, or \"help\" for help."); |
|
+ "Type \"exit\" to exit, or \"help help\" for help."); |
|
} |
|
switch (hist_init(calcbindings)) { |
|
case HIST_NOFILE:
|
|
|