FreeCalypso > hg > freecalypso-tools
changeset 53:27d7d7e2d9bd
rvinterf/asyncshell/help.c: new help file location
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 06:17:51 +0000 |
parents | fb4804f72ac0 |
children | 6178a3d3cf74 |
files | rvinterf/asyncshell/help.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rvinterf/asyncshell/help.c Wed Oct 26 06:16:12 2016 +0000 +++ b/rvinterf/asyncshell/help.c Wed Oct 26 06:17:51 2016 +0000 @@ -8,7 +8,7 @@ #include <strings.h> #include <stdlib.h> -char help_file_pathname[] = "/usr/local/share/freecalypso/fc-shell.help"; +char help_file_pathname[] = "/opt/freecalypso/helpfiles/fc-shell.help"; show_help_topic(topic) char *topic;