artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4867051
)
repair usage
author
deraadt
<deraadt@openbsd.org>
Thu, 6 Jan 2022 20:15:54 +0000
(20:15 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 6 Jan 2022 20:15:54 +0000
(20:15 +0000)
usr.sbin/fw_update/fw_update.sh
patch
|
blob
|
history
diff --git
a/usr.sbin/fw_update/fw_update.sh
b/usr.sbin/fw_update/fw_update.sh
index
983a0d4
..
40a1010
100644
(file)
--- 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.2
5 2022/01/06 19:27:01 afresh1
Exp $
+# $OpenBSD: fw_update.sh,v 1.2
6 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
}