ebump: Update manpage.
authoridl0r <idl0r@gentoo.org>
Mon, 25 Oct 2010 20:11:06 +0000 (20:11 -0000)
committeridl0r <idl0r@gentoo.org>
Mon, 25 Oct 2010 20:11:06 +0000 (20:11 -0000)
svn path=/trunk/gentoolkit-dev/; revision=825

ChangeLog
src/ebump/ebump.1

index 3c2f8ab4eac9e842a5e6903ef35883e2f61b0e5f..f173a0e2c84e3873f5feaafe5265336803205a03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2010-10-25: Christian Ruppert <idl0r@gentoo.org>
        * ebump: Whitespace fixes.
                Fix options. Add descriptions for -a|--no-auxfiles and -c|--no-changelog.
-               Cleanup. Make it a bit more POSIX conform.
+               Cleanup. Make it a bit more POSIX conform. Update manpage.
 
 
 2010-10-23: Christian Ruppert <idl0r@gentoo.org>
index 38cd795601f1b68b49626e3ace007447cb722d8a..b1e473dd04c31760c6f9a5975e81e759fe9c1f29 100644 (file)
@@ -1,4 +1,4 @@
-.TH "ebump" "1" "0.1.0" "Gentoolkit" "Gentoo Administration"
+.TH "ebump" "1" "0.1.1" "Gentoolkit" "Gentoo Administration"
 .SH "NAME"
 .LP 
 ebump \- Gentoo: Ebuild revision bumper
@@ -47,6 +47,20 @@ Increase verbosity level. May be used more than once.
 .IP 
 Do not output any non-essential information.
 
+.LP
+\fB\-a\fR
+.br
+\fB--no-auxfiles\fB
+.IP
+don't bump auxfiles (files/*)
+
+.LP
+\fB\-c\fR
+.br
+\fB--no-changelog\fB
+.IP
+do not update ChangeLog (via echangelog)
+
 .LP 
 \fB\-m\fR <\fIChangeLog text\fR>
 .br 
@@ -108,3 +122,5 @@ The rest of the utilities in \fIapp-portage/gentoolkit-dev\fR, such as
 .SH "AUTHORS"
 .LP 
 Karl Trygve Kalleberg <karltk@gentoo.org>
+.br
+Christian Ruppert <idl0r@gentoo.org>