From: Prarit Bhargava <pra...@redhat.com>

redhat/configs/evaluate_configs: Update help output

Fix a typo with the .rhel priority in the output, and fix a tab issue.

Update the help output.

Signed-off-by: Prarit Bhargava <pra...@redhat.com>

diff --git a/redhat/configs/evaluate_configs b/redhat/configs/evaluate_configs
index blahblah..blahblah 100755
--- a/redhat/configs/evaluate_configs
+++ b/redhat/configs/evaluate_configs
@@ -33,7 +33,7 @@ whatcouldgowrong() {
        echo "usage: evaluate_configs [-c CONFIG] [-d] [-j] [ -p priority_file] 
[-f]"
        echo ""
        echo "      -c CONFIG          Evalulate specific CONFIGs (file or csl)"
-       echo "      -d                 Enable debug"
+       echo "      -d                 Enable debug"
        echo "      -p priority.file   Specify a priority.file (no default)"
        echo "      -j                 Evaluate common directory"
        echo "      -f                 Evaluate CONFIGs"
@@ -47,7 +47,9 @@ whatcouldgowrong() {
        echo "  ./evaluate_configs -p priority.fedora -f"
        echo ""
        echo "To fix only CONFIG_HEADER_TEST in RHEL,"
-       echo "  ./evaluate_configs -p priority.fedora -c CONFIG_HEADER_TEST -f"
+       echo "  ./evaluate_configs -p priority.rhel -c CONFIG_HEADER_TEST -f"
+       echo ""
+       echo "and commit the resulting changes."
        echo ""
        echo "To fix the common directory entries,"
        echo " ./evaluate_configs -j"

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1302
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to