diff options
author | Raphael Hertzog <hertzog@debian.org> | 2009-05-19 00:10:46 +0200 |
---|---|---|
committer | Raphael Hertzog <hertzog@debian.org> | 2009-05-19 00:10:46 +0200 |
commit | 398fd2848c4ea056ae4a0a9c404de436aa2f71e4 (patch) | |
tree | 80117e79b3686a946cbcc3ab1d7eb3786189181b /man | |
parent | 5962f9d2b2f5e70b223d04638302c0f2239af36e (diff) | |
download | dpkg-398fd2848c4ea056ae4a0a9c404de436aa2f71e4.tar.gz |
dpkg-parsechangelog: documentation update
Update dpkg-parsechangelog's documentation to make it clearer that spaces
are not allowed between single characters options and their values.
For example, "-v1.14" works but "-v 1.14" doesn't. However "--since 1.14"
works. Long options can have values as the next command line argument but
not short ones.
Diffstat (limited to 'man')
-rw-r--r-- | man/dpkg-parsechangelog.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/dpkg-parsechangelog.1 b/man/dpkg-parsechangelog.1 index 18a703563..b721c57aa 100644 --- a/man/dpkg-parsechangelog.1 +++ b/man/dpkg-parsechangelog.1 @@ -82,23 +82,23 @@ The \fBrfc822\fP format uses the same fields but outputs a separate paragraph for each changelog entry so that all metadata for each entry is preserved. .TP -.BR \-\-since ", " \-s ", " \-v " \fIversion\fP" +.BR \-\-since " \fIversion\fP, " \-s \fIversion\fP, " \-v" \fIversion\fP include all changes later than \fIversion\fP. .TP -.BR \-\-until ", " \-u " \fIversion\fP" +.BR \-\-until " \fIversion\fP, " \-u \fIversion\fP include all changes earlier than \fIversion\fP. .TP -.BR \-\-from ", " \-f " \fIversion\fP" +.BR \-\-from " \fIversion\fP, " \-f \fIversion\fP include all changes equal or later than \fIversion\fP. .TP -.BR \-\-to ", " \-t " \fIversion\fP" +.BR \-\-to " \fIversion\fP, " \-t \fIversion\fP include all changes up to or equal than \fIversion\fP. .TP -.BR \-\-count ", " \-c ", " \-n " \fInumber\fI" +.BR \-\-count " \fInumber\fP, " \-c "\fInumber\fP, " \-n \fInumber\fP include \fInumber\fP entries from the top (or the tail if \fInumber\fP is lower than 0). .TP -.BR \-\-offset ", " \-o " \fInumber\fP" +.BR \-\-offset " \fInumber\fP, " \-o \fInumber\fP change the starting point for \-\-count, counted from the top (or the tail if \fInumber\fP is lower than 0). .TP |