mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
(WRITTEN_BY): Rename from AUTHORS.
Begin each WRITTEN_BY string with `Written by ' and end it with `.'. Mark each WRITTEN_BY string as translatable.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
/* The official name of this program (e.g., no `g' prefix). */
|
||||
#define PROGRAM_NAME "seq"
|
||||
|
||||
#define AUTHORS "Ulrich Drepper"
|
||||
#define WRITTEN_BY _("Written by Ulrich Drepper.")
|
||||
|
||||
/* If nonzero print all number with equal width. */
|
||||
static int equal_width;
|
||||
@@ -362,7 +362,7 @@ main (int argc, char **argv)
|
||||
|
||||
case_GETOPT_HELP_CHAR;
|
||||
|
||||
case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
|
||||
case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY);
|
||||
|
||||
default:
|
||||
usage (EXIT_FAILURE);
|
||||
|
||||
Reference in New Issue
Block a user