diff rvinterf/asyncshell/help.c @ 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 5b4e345095c4
children
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;