mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
gpg_gui: use 'and' vs '+' in menu listings
Using words is more explicit and clear here rather than symbols. Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
This commit is contained in:
parent
cd6ba01429
commit
998dc684f1
@ -139,9 +139,9 @@ while true; do
|
||||
unset menu_choice
|
||||
whiptail --clear --title "GPG Management Menu" \
|
||||
--menu 'Select the GPG function to perform' 20 90 10 \
|
||||
'r' ' Add GPG key to running BIOS + reflash' \
|
||||
'a' ' Add GPG key to standalone BIOS image + flash' \
|
||||
'e' ' Replace GPG key(s) in the current ROM + reflash' \
|
||||
'r' ' Add GPG key to running BIOS and reflash' \
|
||||
'a' ' Add GPG key to standalone BIOS image and flash' \
|
||||
'e' ' Replace GPG key(s) in the current ROM and reflash' \
|
||||
'l' ' List GPG keys in your keyring' \
|
||||
'p' ' Export public GPG key to USB drive' \
|
||||
'g' ' Generate GPG keys manually on a USB security token' \
|
||||
|
Loading…
Reference in New Issue
Block a user