diff --git a/openup b/openup index 45d289a..000ca45 100755 --- a/openup +++ b/openup @@ -39,9 +39,9 @@ usage() { echo "Options:" echo " -K do not check for kernel binpatches (when running non GENERIC)" 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 - echo " -c check/cron mode (cannot be used with -S and/or -n)" exit 1 }