diff options
author | jkh <jkh@FreeBSD.org> | 1998-11-12 20:37:20 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-11-12 20:37:20 +0000 |
commit | 0300cc1f41c5e6d7579b11711f60c5e837971bb7 (patch) | |
tree | 1d88b1193b8b3e2ac521812b880a5beb0c8d6bb1 /release/i386 | |
parent | 9903d3c86f051e9327f4e3e68e175fb00300633c (diff) | |
download | FreeBSD-src-0300cc1f41c5e6d7579b11711f60c5e837971bb7.zip FreeBSD-src-0300cc1f41c5e6d7579b11711f60c5e837971bb7.tar.gz |
Boy, two typos in one day. Time to go back to bed.
Diffstat (limited to 'release/i386')
-rwxr-xr-x | release/i386/dokern.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index c5db0d4..9e41000 100755 --- a/release/i386/dokern.sh +++ b/release/i386/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 |