ports/palm/pdbar/files/patch-par.c
Pav Lucistnik 4aec323f51 Add pdbar, an utility to create and manipulates PalmOS database (.pdb)
and resource (.prc) files.

It was renamed to pdbar to avoid confusion with textproc/par.

WWW: http://www.djw.org/product/palm/par/

PR:		ports/63088
Submitted by:	Eric P. Scott <eps+psub0401@ana.com>
2004-03-30 12:51:08 +00:00

25 lines
1.5 KiB
C

--- par.c.orig Fri Aug 17 12:11:42 2001
+++ par.c Mon Jan 5 13:01:20 2004
@@ -1149,14 +1149,14 @@
{
fprintf(stderr,
"usage:\n"
- "par t dbfile - list\n"
- "par h dbfile - header\n"
- "par x dbfile [ioptions] [records ..] - extract\n"
- "par c [hoptions] dbfile name type cid [ioptions] [files ..] - create\n"
- "par u [hoptions] dbfile [ioptions] [updates ..] - touch\n"
- "par a [hoptions] dbfile [ioptions] [files ..] - append\n"
- "par d [hoptions] dbfile [doptions] [records ..] - delete\n"
- "par version - version\n"
+ "pdbar t dbfile - list\n"
+ "pdbar h dbfile - header\n"
+ "pdbar x dbfile [ioptions] [records ..] - extract\n"
+ "pdbar c [hoptions] dbfile name type cid [ioptions] [files ..] - create\n"
+ "pdbar u [hoptions] dbfile [ioptions] [updates ..] - touch\n"
+ "pdbar a [hoptions] dbfile [ioptions] [files ..] - append\n"
+ "pdbar d [hoptions] dbfile [doptions] [records ..] - delete\n"
+ "pdbar version - version\n"
"where dbfile is a pdb:\n"
"ioptions = [-A appinfo] [-S sortinfo]\n"
"doptions = [-A] [-S]\n"