From 516d9366cce0582edc392e4aedb9a405caf88491 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Mon, 9 Sep 2013 19:07:43 +0200 Subject: [PATCH] Parse args. --- openup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }