mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
Update AUTHORS definition to be a comma-separated list of strings and/or update
the call to parse_long_options so that `AUTHORS, NULL' are the last parameters.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/* The official name of this program (e.g., no `g' prefix). */
|
||||
#define PROGRAM_NAME "tee"
|
||||
|
||||
#define AUTHORS N_ ("Mike Parker, Richard M. Stallman, and David MacKenzie")
|
||||
#define AUTHORS "Mike Parker", "Richard M. Stallman", "David MacKenzie"
|
||||
|
||||
static int tee (int nfiles, const char **files);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user