This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit a08dfa0dab10b777d0e476ae2c37b0ddc7f262e8 Author: gregor herrmann <[email protected]> Date: Sun Mar 16 16:46:17 2008 +0000 Sync manpage with output of --help. --- debian/changelog | 3 ++- debian/jabref.1 | 33 ++++++++++++++++++--------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 67fcda8..0b7e285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,9 @@ jabref (2.4~beta1-1) UNRELEASED; urgency=low * Move wrapper script in source package to debian/jabref-wrapper and install it from debian/rules. * Sync debian/copyright with output of Help/About. + * Sync manpage with output of --help. - -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 17:39:22 +0100 + -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 17:46:02 +0100 jabref (2.3.1-2) unstable; urgency=low diff --git a/debian/jabref.1 b/debian/jabref.1 index 235aadb..be67fed 100644 --- a/debian/jabref.1 +++ b/debian/jabref.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH JABREF 1 "June 30, 2007" +.TH JABREF 1 "March 16, 2008" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -25,46 +25,49 @@ jabref \- graphical frontend to manage BibTeX databases .\" respectively. \fBjabref\fP is a graphical frontend to manage BibTeX databases, the standard LaTeX bibliography reference format. JabRef is build to be -platform independent (requires Java 1.4.2 or newer). It merges and extends +platform independent (requires Java 1.5 or newer). It merges and extends the functionalities of BibKeeper (Morten O. Alver) and JBibtexManager (Nizar Batada) .SH OPTIONS .TP +\fB\-o\fR, \fB\-\-output\fR=<STRING> +Output or export file: filename[,export format] +.TP \fB\-p\fR, \fB\-\-primp\fR=<STRING> Import preferences from file .TP -\fB\-o\fR, \fB\-\-output\fR=<STRING> -Output or export file: filename[,export format] +\fB\-f\fR, \fB\-\-fetch\fR=<STRING> +Run Fetcher, e.g. "\-\-fetch=Medline:cancer" .TP -\fB\-v\fR, \fB\-\-version\fR=<BOOLEAN> -Displays version information +\fB\-n\fR, \fB\-\-nogui\fR=<BOOLEAN> +No GUI. Only process command line options. .TP \fB\-a\fR, \fB\-\-aux\fR=<STRING> Subdatabase from aux: file[.aux],new[.bib] .TP -\fB\-n\fR, \fB\-\-nogui\fR=<BOOLEAN> -No GUI. Only process command line options -.TP \fB\-h\fR, \fB\-\-help\fR=<BOOLEAN> Display help on command line options .TP -\fB\-\-importToOpen\fR=<STRING> -Import to open tab -.TP \fB\-b\fR, \fB\-\-blank\fR=<BOOLEAN> Do not open any files at startup .TP +\fB\-\-importToOpen\fR=<STRING> +Import to open tab +.TP \fB\-i\fR, \fB\-\-import\fR=<STRING> Import file: filename[,import format] .TP +\fB\-s\fR, \fB\-\-nosplash\fR=<BOOLEAN> +Do not show splash window at startup +.TP \fB\-x\fR, \fB\-\-prexp\fR=<STRING> Export preferences to file .TP +\fB\-v\fR, \fB\-\-version\fR=<BOOLEAN> +Display version +.TP \fB\-l\fR, \fB\-\-loads\fR=<BOOLEAN> Load session -.TP -\fB\-s\fR, \fB\-\-nosplash\fR=<BOOLEAN> -Do not show splash window at startup .SH SEE ALSO the included help .br -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

