~registry/pykickstart/trunk

« back to all changes in this revision

Viewing changes to docs/ksverdiff.1

  • Committer: Chris Lumens
  • Date: 2014-10-22 14:19:44 UTC
  • Revision ID: git-v1:982498c0647c4bc3b4460209d4a76698c0eb6f8c
Add a note that the repo has moved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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)