1
0
Fork 0
forked from mirrors/openup

Make it clear -c only reports but does not change anything on the system.

This commit is contained in:
Antoine Jacoutot 2013-09-11 22:50:37 +02:00
commit afd187f805

2
openup
View file

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