mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
More typos
Noticed by: ian@
This commit is contained in:
parent
debf8b839b
commit
11df3a2881
1 changed files with 3 additions and 3 deletions
|
|
@ -114,12 +114,12 @@ command_efi_show(int argc, char *argv[])
|
|||
/*
|
||||
* efi-show [-a]
|
||||
* print all the env
|
||||
* efi-show -u UUID
|
||||
* efi-show -g UUID
|
||||
* print all the env vars tagged with UUID
|
||||
* efi-show -v var
|
||||
* search all the env vars and print the ones matching var
|
||||
* eif-show -g UUID -v var
|
||||
* eif-show UUID var
|
||||
* efi-show -g UUID -v var
|
||||
* efi-show UUID var
|
||||
* print all the env vars that match UUID and var
|
||||
*/
|
||||
/* NB: We assume EFI_GUID is the same as uuid_t */
|
||||
|
|
|
|||
Loading…
Reference in a new issue