rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
514 stars 97 forks source link

efibootmgr: clarify description of --unicode flag #211

Open c4rlo opened 3 months ago

c4rlo commented 3 months ago

The --unicode (aka --UCS-2) option enables not only encoding of command line args in UCS-2, but also decoding of them when reading and showing boot entries.

Update the description of this flag accordingly, both in the man page and in the usage message for efibootmgr.

Update README and README.md to have up-to-date --help output (it was quite far behind the current version).

Also, a couple of small fixes to error messages.

c4rlo commented 3 months ago

I believe this should address confusion expressed e.g. in #169 and #195.

My #210 further slightly improves the output format.

c4rlo commented 3 months ago

Also somewhat related is #183, which aims to clarify how extra arguments are applied when creating entries.