diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-23 02:30:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-23 02:30:32 +0000 |
commit | 272deaa2fdba4ffcc720cbae59800fa2b6880a7a (patch) | |
tree | 5d383cec5b2e27090013be40f95d1bdde8dd14ea /distrib/miniroot | |
parent | 4da2dab5aa27317602569bf3782520820ff4919a (diff) |
(h)ttp, not h(ttp),; brad@openbsd.org
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index eddb5f6222d..53c221582db 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.113 1998/12/19 18:31:57 deraadt Exp $ +# $OpenBSD: install.sub,v 1.114 1999/03/23 02:30:31 millert Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -1837,7 +1837,7 @@ while [ X"${resp}" = X ]; do # If _yup is not FALSE, it means that we extracted sets above. # If that's the case, bypass the menu the first time. if [ X"$_yup" = X"FALSE" ]; then - echo -n "Install from (f)tp, h(ttp), (t)ape, (C)D-ROM," + echo -n "Install from (f)tp, (h)ttp, (t)ape, (C)D-ROM," echo -n " (N)FS or local (d)isk? " getresp "" case "$resp" in |