mirror of https://github.com/ipxe/ipxe.git
[settings] Display "delete" option only for locally-originated settings
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
2f6e7bde77
commit
0bb6ef4d97
|
@ -382,7 +382,7 @@ static void draw_instruction_row ( struct setting_widget *widget ) {
|
|||
} else {
|
||||
msg ( INSTRUCTION_ROW,
|
||||
"%sCtrl-X - exit configuration utility",
|
||||
( widget->row.setting ?
|
||||
( widget->row.originates_here ?
|
||||
"Ctrl-D - delete setting" INSTRUCTION_PAD : "" ) );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue