[Refdb-cvs] CVS: refdb/src refdba.c,1.45.2.3,1.45.2.4
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-04-21 21:13:25
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9919 Modified Files: Tag: Release_0_9_5_stable refdba.c Log Message: fixed help message Index: refdba.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/refdba.c,v retrieving revision 1.45.2.3 retrieving revision 1.45.2.4 diff -u -U2 -r1.45.2.3 -r1.45.2.4 --- refdba.c 15 Apr 2005 22:45:08 -0000 1.45.2.3 +++ refdba.c 21 Apr 2005 21:13:16 -0000 1.45.2.4 @@ -1798,5 +1798,5 @@ break; case 'h': - printf("Adds or removes bibliography styles\nSyntax: addstyle [-h] {file} [file1...]\nOptions: -h prints this mini-help\n All other arguments are interpreted as filenames with style specifications.\n"); + printf("Adds bibliography styles\nSyntax: addstyle [-h] {file} [file1...]\nOptions: -h prints this mini-help\n All other arguments are interpreted as filenames with style specifications.\n"); n_just_help++; break; |