s-n-ushakov / rename-efi-entry

A Bash script to rename EFI boot entries
BSD 2-Clause "Simplified" License
84 stars 15 forks source link

change documentation to match script name #1

Closed yaminb closed 4 years ago

yaminb commented 4 years ago

First off, this did exactly what I wanted. Great script.

The documentation says to run it as: sudo ./rename-efi-entry existing_efi_label new_efi_label [bootnum]

in my case, I had to change that to Note, the .bash in the file name sudo ./rename-efi-entry.bash existing_efi_label new_efi_label [bootnum]

s-n-ushakov commented 4 years ago

Thank you for pointing this out, and it also happened to be the good occasion to get some other pending README refinements to be pushed... :)

Please feel free to mark the issue as closed if everything looks good to you now...