forked from mirrors/openup
Fix usage()
This commit is contained in:
parent
4ef29c5807
commit
79a740d4b9
1 changed files with 1 additions and 1 deletions
2
openup
2
openup
|
|
@ -51,7 +51,7 @@ _OPENUP_MINREL=55
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo
|
echo
|
||||||
echo "Usage: ${0##*/} [-K][-Sn|c]" >&2
|
echo "Usage: ${0##*/} [-K][-S|c]" >&2
|
||||||
echo
|
echo
|
||||||
echo "Options:"
|
echo "Options:"
|
||||||
echo " -K do not check for kernel binpatches (when running non GENERIC)"
|
echo " -K do not check for kernel binpatches (when running non GENERIC)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue