Skip to content

Commit

Permalink
Fix the incorrect long parameter in help messages
Browse files Browse the repository at this point in the history
- fix the incorrect long parameter of --device

Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
  • Loading branch information
century6 authored and vathpela committed Jan 23, 2024
1 parent 015f95c commit af5b168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/efibootmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ usage()
printf("\t-d | --disk disk Disk containing boot loader (defaults to /dev/sda).\n");
printf("\t-D | --remove-dups Remove duplicate values from BootOrder.\n");
printf("\t-e | --edd [1|3] Force boot entries to be created using EDD 1.0 or 3.0 info.\n");
printf("\t-E | --device num EDD 1.0 device number (defaults to 0x80).\n");
printf("\t-E | --edd-device num EDD 1.0 device number (defaults to 0x80).\n");
printf("\t --full-dev-path Use a full device path.\n");
printf("\t --file-dev-path Use an abbreviated File() device path.\n");
printf("\t-f | --reconnect Re-connect devices after driver is loaded.\n");
Expand Down

0 comments on commit af5b168

Please sign in to comment.