summaryrefslogtreecommitdiff
path: root/utils/showtrans.c
AgeCommit message (Collapse)Author
1996-09-05*** empty log message ***Thomas Bushnell
1996-08-27(doc): Add program description.Miles Bader
1996-07-06(argp_program_version): New variable.Miles Bader
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-11(parse_opt): Print a usage msg with no args.Miles Bader
(options, main): Add --translated/-t option.
1996-03-19(main): Pass new arg to argp_parse.Miles Bader
1995-12-06(main):Miles Bader
Supply the new SEP argument to argz_stringify. Change uses of the INDEX field in argp_state structures to use NEXT instead. Fix default prefix-printing test.
1995-10-18(options): Converted to argp format.Miles Bader
(main): Use argp, not getopt. (usage, USAGE, SHORT_OPTIONS): Deleted. (arg_doc, doc): New variables. Include <argp.h> not <getopt.h>.
1995-10-05(usage, options, main): Change -h/--no-header options to -p/--prefix andMiles Bader
-P/--no-prefix. (main): Unless overridden by -p/-P, only print a FILE: prefix when there are multiple files on the command line.
1995-04-04Initial revisionMiles Bader