Skip to content

Commit

Permalink
Fix smbios-upflag-ctl --help results
Browse files Browse the repository at this point in the history
-g : Get Boot UP Flag value
  • Loading branch information
matthewbauer authored and superm1 committed May 1, 2020
1 parent 5b72244 commit 440d377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/smbios-upflag-ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct options opts[] =
{ 2, "cmos_file", N_("Debug: CMOS dump file to use instead of physical cmos"), "c", 1 },
{ 3, "set", N_("Set Boot To UP Flag to true"), "s", 0 },
{ 4, "clear", N_("Set Boot To UP Flag to false"), "c", 0 },
{ 5, "get", N_("Set Boot To UP Flag to true"), "g", 0 },
{ 5, "get", N_("Get Boot UP Flag value"), "g", 0 },
{ 255, "version", N_("Display libsmbios version information"), "v", 0 },
{ 0, NULL, NULL, NULL, 0 }
};
Expand Down

0 comments on commit 440d377

Please sign in to comment.