This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit d89d7bceab29a8ffa6afa67eda86cb1af6e218df Author: gregor herrmann <[email protected]> Date: Thu Jan 23 22:01:15 2014 +0100 Update jabref(1) manpage which was out of sync with the -h output. Thanks: Martin Weis for the bug report and the patch. LP: #1271951 --- debian/jabref.1 | 64 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 23 deletions(-) diff --git a/debian/jabref.1 b/debian/jabref.1 index 6cfd01f..2265e24 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 "September 12, 2009" +.TH JABREF 1 "January 23, 2014" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -37,52 +37,68 @@ customize export filters. JabRef can be run as a command line application to convert from any import format to any export format. .SH OPTIONS .TP -\fB\-o\fR, \fB\-\-output\fR=<STRING> -Output or export file: filename[,export format] +\fB\-a\fR, \fB\-\-aux\fR=<STRING> +Subdatabase from aux: file[.aux],new[.bib] .TP -\fB\-p\fR, \fB\-\-primp\fR=<STRING> -Import preferences from file +\fB\-b\fR, \fB\-\-blank\fR=<BOOLEAN> +Do not open any files at startup +.TP +\fB\-d\fR, \fB\-\-prdef\fR=<STRING> +Reset preferences (key1,key2,... or 'all') .TP \fB\-f\fR, \fB\-\-fetch\fR=<STRING> Run Fetcher, e.g. "\-\-fetch=Medline:cancer" .TP -\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\-h\fR, \fB\-\-help\fR=<BOOLEAN> -Display help on command line options +Display help on command line options and a list of available import/export formats .TP -\fB\-b\fR, \fB\-\-blank\fR=<BOOLEAN> -Do not open any files at startup +\fB\-i\fR, \fB\-\-import\fR=<STRING> +Import file: filename[,import format] .TP \fB\-\-importToOpen\fR=<STRING> Import to open tab .TP -\fB\-i\fR, \fB\-\-import\fR=<STRING> -Import file: filename[,import format] +\fB\-l\fR, \fB\-\-loads\fR=<BOOLEAN> +Load session +.TP +\fB\-m\fR, \fB\-\-exportMatches\fR=<STRING> +[field=]searchTerm,outputfile[,exportFormat] +.TP +\fB\-n\fR, \fB\-\-nogui\fR=<BOOLEAN> +No GUI. Only process command line 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\-s\fR, \fB\-\-nosplash\fR=<BOOLEAN> Do not show splash window at startup .TP +\fB\-v\fR, \fB\-\-version\fR=<BOOLEAN> +Display version +.TP \fB\-x\fR, \fB\-\-prexp\fR=<STRING> Export preferences to file +.SH EXAMPLES +Export a selection of references: .TP -\fB\-v\fR, \fB\-\-version\fR=<BOOLEAN> -Display version +\fBjabref \-m '(author=bock or title|keywords="computer methods") and not +(author=sager)',output.html,html \-n true inputfile.bib\fB .TP -\fB\-l\fR, \fB\-\-loads\fR=<BOOLEAN> -Load session +For information referring to the search function see the documentation for 'advanced search'. +Custom export formats can be added within the program +(options - manage custom exports). Available export formats are listed by +the help (jabref \-h). .SH JAVA-WRAPPERS NOTE This program is a shell script wrapper based on .BR java-wrappers (7). -You therefore benefit from several features; please see the +You therefore benefit from several features; please see the .BR java-wrappers (7) manual page for more information about them. .SH SEE ALSO -the included help +the included help and commandline help: jabref \-h .br http://jabref.sourceforge.net/ .br @@ -90,5 +106,7 @@ http://jabref.sourceforge.net/ .SH AUTHOR jabref was written by Morten O. Alver and Nizar Batada. .PP -This manual page was written by gregor herrmann <[email protected]>, +This manual page was written by gregor herrmann <[email protected]>, for the Debian project (but may be used by others). +.SH CONTRIBUTORS +Thanks to Martin Weis <[email protected]> for his updates to this manual page. -- 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

