etcupdate: fix error message for unimplemented option

noted by rudolf on source-changes-d
bouyer-sunxi-drm
lukem 2022-01-17 08:47:03 +00:00
parent 6a930a221e
commit 4c6c9aca34
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: etcupdate,v 1.64 2022/01/09 03:33:26 lukem Exp $
# $NetBSD: etcupdate,v 1.65 2022/01/17 08:47:03 lukem Exp $
#
# Copyright (c) 2001-2022 The NetBSD Foundation, Inc.
# All rights reserved.
@ -554,7 +554,7 @@ do
;;
*)
echo 1>&2 "${PROG}: Unimplemented option -${ch}"
echo 1>&2 "${PROG}: Unimplemented option -${i}"
exit 3
;;
esac