From afd187f805ed1e5e123f53ae5e7bc8cc6f0240a3 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Wed, 11 Sep 2013 22:50:37 +0200 Subject: [PATCH] Make it clear -c only reports but does not change anything on the system. --- openup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openup b/openup index 000ca45..6f77acd 100755 --- a/openup +++ b/openup @@ -39,7 +39,7 @@ 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 " -c check/cron mode, report only (cannot be used with -S and/or -n)" echo " -n dry-run mode, no modification is done" echo exit 1