summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/installUpgrade.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-03 03:38:56 +0000
committerjkh <jkh@FreeBSD.org>1998-11-03 03:38:56 +0000
commit004c9a9a7bf78e6a547c24c49a82bf4b2e9c0625 (patch)
tree42e3838e8e94f690e49a99a508a02b97bd2091f4 /usr.sbin/sysinstall/installUpgrade.c
parent4d71d2d6e9b7465d439a32bbe623502b2310e3f0 (diff)
downloadFreeBSD-src-004c9a9a7bf78e6a547c24c49a82bf4b2e9c0625.zip
FreeBSD-src-004c9a9a7bf78e6a547c24c49a82bf4b2e9c0625.tar.gz
Deal with both foo.hlp and FOO.TXT files.
Diffstat (limited to 'usr.sbin/sysinstall/installUpgrade.c')
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index d680097..099d3f3 100644
--- a/usr.sbin/sysinstall/installUpgrade.c
+++ b/usr.sbin/sysinstall/installUpgrade.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: installUpgrade.c,v 1.58 1998/05/24 02:49:54 steve Exp $
+ * $Id: installUpgrade.c,v 1.59 1998/08/28 01:03:41 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -164,7 +164,7 @@ installUpgrade(dialogMenuItem *self)
return installUpgradeNonInteractive(self);
variable_set2(SYSTEM_STATE, "upgrade");
- systemDisplayHelp("upgrade");
+ systemDisplayHelp("UPGRADE");
dialog_clear_norefresh();
if (msgYesNo("Given all that scary stuff you just read, are you sure you want to\n"
OpenPOWER on IntegriCloud