forked from mirrors/openup
Parse args.
This commit is contained in:
parent
4d7d88c634
commit
516d9366cc
1 changed files with 1 additions and 1 deletions
2
openup
2
openup
|
|
@ -39,9 +39,9 @@ usage() {
|
||||||
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)"
|
||||||
echo " -S do not check for package signatures"
|
echo " -S do not check for package signatures"
|
||||||
|
echo " -c check/cron mode (cannot be used with -S and/or -n)"
|
||||||
echo " -n dry-run mode, no modification is done"
|
echo " -n dry-run mode, no modification is done"
|
||||||
echo
|
echo
|
||||||
echo " -c check/cron mode (cannot be used with -S and/or -n)"
|
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue