Skip to content

Commit d604cc7

Browse files
Likhitha Korrapatityreld
Likhitha Korrapati
authored andcommitted
nvram man page and --help output are not in sync
The nvram man page and the output from --help option are not in sync and few of the options are missing in man page. The options that are missing are ascii, dump, nvram-size, zero. These options are added through the commit ids [1], [2]. This patch adds the above missing options to the nvram. [1] 0e09f4e [2] 976dbe9 Signed-off-by: Likhitha Korrapati <[email protected]> Signed-off-by: Tyrel Datwyler <[email protected]>
1 parent 882335a commit d604cc7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

man/nvram.8

+16
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ be more verbose.
6767
\fB\--help
6868
print usage information including other low level options useful for
6969
debugging nvram.
70+
.TP
71+
\fB\--ascii \fIname
72+
print partition contents as ASCII text
73+
.TP
74+
\fB\--dump \fIname
75+
raw dump of partition (use --partitions to see names)
76+
.TP
77+
\fB\--nvram-size
78+
specify size of nvram data, must in multiples of 16 Bytes (for repair
79+
operations)
80+
.TP
81+
\fB\--unzip \fIname
82+
decompress and print compressed data from partition
83+
.TP
84+
\fB\--zero | 0 \fR
85+
terminate config pairs with a NULL character
7086
.SH FILES
7187
/dev/nvram
7288
.SH AUTHOR

0 commit comments

Comments
 (0)