gno/usr.bin/catrez/catrez.rez
gdr c7a0146f19 - use getopts to parse parameters (so that -av works like -a -v)
- print error messages on stderr instead of stdout
  - change man page to use bold font in a couple of places and add history
  - update other documentation to reflect changes in making catrez
    part of the standard GNO release
  - added test cases in "tests" directory
1997-09-30 05:14:48 +00:00

29 lines
618 B
Plaintext

/*
* Resources for catrez version and comments
* Written by Dave Tribby
*
* $Id: catrez.rez,v 1.2 1997/09/30 05:14:48 gdr Exp $
*/
#include "Types.rez"
/* Version */
resource rVersion (1, purgeable3) {
{1, 0, 2, release, 0},
verUS,
"catrez",
"Concatenate resource forks. Released with GNO/ME"
};
/* Comment Templates */
resource rComment (1, purgeable3) {
"catrez v1.0.2 (September 1997)\n"
"Shell program to concatenate resource forks of files\n"
"by Dave Tribby\n"
"Copyright 1996-1997\n\n"
"Freeware: Distribute freely, but don't charge.\n"
"Distributed with GNO/ME."
};