Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160306050
D57695.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D57695.diff
View Options
diff --git a/usr.sbin/efitable/efitable.8 b/usr.sbin/efitable/efitable.8
--- a/usr.sbin/efitable/efitable.8
+++ b/usr.sbin/efitable/efitable.8
@@ -32,7 +32,7 @@
.Nd dump UEFI tables
.Sh SYNOPSIS
.Nm
-.Op Fl u Ar uuid | Fl t Ar name
+.Op Fl g Ar guid | Fl t Ar name
.Op Fl -libxo
.Sh DESCRIPTION
This program prints data from
@@ -49,6 +49,8 @@
See
.Xr xo_options 7
for details on command line arguments.
+.It Fl g Ar guid | Fl -guid Ar guid
+Specify the GUID of the table to print.
.It Fl t Ar name | Fl -table Ar name
Specify the name of the table to print.
Currently supported tables:
@@ -61,8 +63,6 @@
.It Cm prop
EFI Properties Table
.El
-.It Fl u Ar uuid | Fl -uuid Ar uuid
-Specify the UUID of the table to print.
.El
.Sh HISTORY
The
diff --git a/usr.sbin/efitable/efitable.c b/usr.sbin/efitable/efitable.c
--- a/usr.sbin/efitable/efitable.c
+++ b/usr.sbin/efitable/efitable.c
@@ -75,8 +75,9 @@
bool table_set = false;
bool uuid_set = false;
struct option longopts[] = {
- { "uuid", required_argument, NULL, 'u' },
+ { "guid", required_argument, NULL, 'g' },
{ "table", required_argument, NULL, 't' },
+ { "uuid", required_argument, NULL, 'u' },
{ NULL, 0, NULL, 0 }
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 2:37 AM (1 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34260132
Default Alt Text
D57695.diff (1 KB)
Attached To
Mode
D57695: efitable: Fixup getopt args to reflect guid use
Attached
Detach File
Event Timeline
Log In to Comment