aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-12 20:37:20 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-12 20:37:20 +0000
commita1d0a423491b5e51a6819455992a31bb8c664d23 (patch)
treee5b5a2c48b07370c64e096ceac3bd1e7a8eff901 /release/scripts
parenta5722078fa0805f82e8792dbd86e557671aebc61 (diff)
Notes
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/dokern.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh
index c5db0d43260e..9e41000307c0 100755
--- a/release/scripts/dokern.sh
+++ b/release/scripts/dokern.sh
@@ -5,7 +5,7 @@
# an MFS ($1 = YES) or will have the floppy image all to itself ($1 = NO).
if [ $# -lt 1 ]; then
- echo "usage: $0 YES|NO
+ echo "usage: $0 YES|NO"
exit 1
fi