Add new RHEL7 logvol objects to master
[pykickstart.git] / docs / ksverdiff.1
blob4746d05832f5dcef89554a6b0f0fd4099f955aec
1 .TH "KSVERDIFF" "1"
2 .SH "NAME"
3 ksverdiff \(em display the differences in kickstart syntax
4 .SH "SYNOPSIS"
5 .PP
6 \fBksverdiff\fR [\fB\-f\fR | \fB\-\-from FROMVER\fP]  [\fB\-t\fR | \fB\-\-to TOVER\fP]
7 .SH "DESCRIPTION"
8 .PP
9 \fBksverdiff\fR is a program that takes two versions of kickstart syntax and lists the differences between them.
10 It will generate a list of options added to every command since FROMVER, a list of commands added since FROMVER,
11 a list of commands deprecated since FROMVER, and a list of commands removed since FROMVER.
12 .SH "EXIT STATUS"
13 .PP
14 \fBksverdiff\fR returns 0 on success, and 1 if either FROMVER or TOVER are invalid.
15 .SH "OPTIONS"
16 .IP "\fB\-f\fR | \fB\-\-from FROMVER\fP" 10
17 The version of kickstart syntax to start with.  In other words, this is the lower bound version.
18 .IP "\fB\-t\fR | \fB\-\-TO TOVER\fP" 10
19 The version of kickstart syntax to end with.  In other words, this is the upper bound version.
20 .SH "SEE ALSO"
21 .PP
22 ksflatten (1), ksvalidator (1)