From 45fdba0b274498a24c67c1fff9a4a0b43b9f0445 Mon Sep 17 00:00:00 2001 From: trimstray Date: Sun, 3 Mar 2019 15:05:57 +0100 Subject: [PATCH] minor updates - signed-off-by: trimstray --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98b0a82..9442e78 100644 --- a/README.md +++ b/README.md @@ -257,10 +257,10 @@ Before use, please read **[Using OSCAP](https://access.redhat.com/documentation/ # Installation: yum install openscap-scanner -# Make a RHEL7 machine PCI-DSS compliant: +# Make a RHEL7 machine e.g. PCI-DSS compliant: oscap xccdf eval --report report.html --profile xccdf_org.ssgproject.content_profile_pci-dss /usr/share/xml/scap/ssg/content/ssg-rhel7-ds.xml -# Make a CentOS machine PCI-DSS compliant: +# Make a CentOS machine e.g. PCI-DSS compliant: oscap xccdf eval --report report.html --profile xccdf_org.ssgproject.content_profile_pci-dss /usr/share/xml/scap/ssg/content/ssg-centos7-ds.xml ```