Skip to content

Commit

Permalink
Clarify -o parameters.
Browse files Browse the repository at this point in the history
Clarify the values that can be given to -o, as it has led to some minor
confusion.

Resolves: https://github.com/vathpela/efibootmgr/issues/12

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Oct 8, 2014
1 parent 6d83e86 commit 568c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/man/man8/efibootmgr.8
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Set BootNext to XXXX (hex)
Delete BootNext
.TP
\fB-o | --bootorder \fIXXXX\fB,\fIYYYY\fB,\fIZZZZ\fB\fR
Explicitly set BootOrder (hex)
Explicitly set BootOrder (hex). Any value from 0 to FFFF is accepted so long as it corresponds to an existing Boot#### variable, and zero padding is not required.
.TP
\fB-O | --delete-bootorder\fR
Delete BootOrder
Expand Down

0 comments on commit 568c435

Please sign in to comment.