diff options
Diffstat (limited to 'ui/ncurses/nc-config-help.c')
-rw-r--r-- | ui/ncurses/nc-config-help.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c index 23bcd9d..a0cbb20 100644 --- a/ui/ncurses/nc-config-help.c +++ b/ui/ncurses/nc-config-help.c @@ -5,8 +5,10 @@ Autoboot: Specify which devices to autoboot from.\n" "\n" "By selecting the 'Add Device' button new devices can be added to the autoboot \ list, either by UUID, MAC address, or device type. Once added to the boot \ -order, the priority of devices can be changed with the 'left' and 'right' keys \ -Devices can be individually removed from the boot order with the minus key. \ +order, the priority of devices can be changed with the '-' (minus) and \ +'+' (plus) keys. \ +Devices can be individually removed from the boot order with the 'delete' or \ +'backspace' keys. \ Use this option if you have multiple operating system images installed.\n" "\n" "To autoboot from any device, select the 'Clear & Boot Any' button. \ |