aboutsummaryrefslogtreecommitdiff
path: root/utils/showtrans.c
Commit message (Collapse)AuthorAgeFilesLines
* (argp_program_version): New variable.Miles Bader1996-07-061-0/+2
|
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+2
|
* (parse_opt): Print a usage msg with no args.Miles Bader1996-05-111-9/+13
| | | | (options, main): Add --translated/-t option.
* (main): Pass new arg to argp_parse.Miles Bader1996-03-191-2/+2
|
* (main):Miles Bader1995-12-061-2/+2
| | | | | | 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.
* (options): Converted to argp format.Miles Bader1995-10-181-70/+61
| | | | | | | (main): Use argp, not getopt. (usage, USAGE, SHORT_OPTIONS): Deleted. (arg_doc, doc): New variables. Include <argp.h> not <getopt.h>.
* (usage, options, main): Change -h/--no-header options to -p/--prefix andMiles Bader1995-10-051-10/+17
| | | | | | -P/--no-prefix. (main): Unless overridden by -p/-P, only print a FILE: prefix when there are multiple files on the command line.
* Initial revisionMiles Bader1995-04-041-0/+137