diff options
author | 1999-03-23 02:30:31 +0000 | |
---|---|---|
committer | 1999-03-23 02:30:31 +0000 | |
commit | 0f19d3e738d4f5802817284c49d99fdaa3f15c2e (patch) | |
tree | 4fb49ba57f8a109c8e3d552a92288f3c8add61af | |
parent | Use cbreak(), not crmode() since crmode is just #define'd to cbreak (diff) | |
download | wireguard-openbsd-0f19d3e738d4f5802817284c49d99fdaa3f15c2e.tar.xz wireguard-openbsd-0f19d3e738d4f5802817284c49d99fdaa3f15c2e.zip |
(h)ttp, not h(ttp),; brad@openbsd.org
-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 |