Skip to content

Commit

Permalink
Fix typo in ResourceConverter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Dec 12, 2020
1 parent 9b386ab commit 5b0ab55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/ResourceConverter.sh
Expand Up @@ -7,8 +7,8 @@ ssdtName="ssdt_data.dsl"

function showHelp() {
echo -e "Usage:\n"
echo "-a, --acpi file Create ${kextName} with information provided by file."
echo "-k, --kext file Create ${ssdtName} with information provided by file."
echo "-a, --acpi file Create ${ssdtName} with information provided by file."
echo "-k, --kext file Create ${kextName} with information provided by file."
echo
}

Expand Down

0 comments on commit 5b0ab55

Please sign in to comment.