This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository kmer-tools.
commit a289a4ab4740d42d343511d655d34fd864b44381 Author: Afif Elghraoui <[email protected]> Date: Sat May 23 14:51:57 2015 -0700 Fix synopsis for existDB.1 Rather than separating the different use-cases by pipe signs, I add a new line in synopsis with the full command layout. This seems to be the proper way to do it after looking at other programs' man pages. --- debian/existDB.1 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/existDB.1 b/debian/existDB.1 index 2fe20a7..298c9f2 100644 --- a/debian/existDB.1 +++ b/debian/existDB.1 @@ -4,10 +4,18 @@ existDB \- management of existDB files .SH SYNOPSIS .B existDB -[\fB\-mersize\fR \fImersize\fR] \fB\-build\fR \fIsome.fasta\fR \fIprefix\fR | -\fB\-describe\fR \fIprefix\fR | -\fB\-testfiles\fR \fIsome.fasta\fR \fIprefix\fR | -\fB\-testexistence\fR \fIsome.fasta\fR | +[\fB\-mersize\fR \fImersize\fR] \fB\-build\fR \fIsome.fasta\fR \fIprefix\fR +.PP +.B existDB +\fB\-describe\fR \fIprefix\fR +.PP +.B existDB +\fB\-testfiles\fR \fIsome.fasta\fR \fIprefix\fR +.PP +.B existDB +\fB\-testexistence\fR \fIsome.fasta\fR +.PP +.B existDB \fB\-testexhaustive\fR \fIsome.fasta\fR \fIsome.meryl\fR .SH DESCRIPTION This program is part of libkmer. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
