1
0
Fork 0
forked from mirrors/openup

Parse args.

This commit is contained in:
Antoine Jacoutot 2013-09-09 19:07:43 +02:00
commit 516d9366cc

2
openup
View file

@ -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
} }