diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-01-06 20:15:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-01-06 20:15:55 +0000 |
commit | cc0b96ea03beb86643c975c8a01ef85c855af030 (patch) | |
tree | ec5920024d3acaf5a4cba49b581ac390bd7e2ede /usr.sbin | |
parent | a4f4cfb2cb3fcb18fc465e328b5b7b269d8ce8fa (diff) |
repair usage
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/fw_update/fw_update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fw_update/fw_update.sh b/usr.sbin/fw_update/fw_update.sh index 983a0d4b6b0..40a10107b30 100644 --- a/usr.sbin/fw_update/fw_update.sh +++ b/usr.sbin/fw_update/fw_update.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_update.sh,v 1.25 2022/01/06 19:27:01 afresh1 Exp $ +# $OpenBSD: fw_update.sh,v 1.26 2022/01/06 20:15:54 deraadt Exp $ # # Copyright (c) 2021 Andrew Hewus Fresh <afresh1@openbsd.org> # @@ -270,7 +270,7 @@ delete_firmware() { } usage() { - echo "usage: ${0##*/} [-d | -D] [-av] [-p path] [driver | file ...]" + echo "usage: ${0##*/} [-d | -F] [-av] [-p path] [driver | file ...]" exit 2 } |