Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPUFriend: ResourceConverter.sh Usage printout incorrect #1361

Closed
MacNB opened this issue Dec 10, 2020 · 1 comment
Closed

CPUFriend: ResourceConverter.sh Usage printout incorrect #1361

MacNB opened this issue Dec 10, 2020 · 1 comment

Comments

@MacNB
Copy link

MacNB commented Dec 10, 2020

Currently it shows :
...
echo "-a, --acpi file Create ${kextName} with information provided by file."
echo "-k, --kext file Create ${ssdtName} with information provided by file."
...

It should be:

...
echo "-a, --acpi file Create ${ssdtName} with information provided by file."
echo "-k, --kext file Create ${kextName} with information provided by file."
...

that is, kextName and ssdtName should be swapped.

The error does not affect the functionality .... just cosmetic

@PMheart
Copy link
Member

PMheart commented Dec 12, 2020

Thanks for pointing the typo out! Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants