X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnice.c;h=b55c0a738ab0802d353d8a4120faaa1cdf84f709;hb=bafd927f03084ba6b12f7ff1b95352eb0e3a0a84;hp=487fb5510d0fa059aa5b0df04101e0663b47f5b2;hpb=424b8a4ff8081ee2c4c1ab29864cb62296acbe94;p=platform%2Fupstream%2Fcoreutils.git diff --git a/src/nice.c b/src/nice.c index 487fb55..b55c0a7 100644 --- a/src/nice.c +++ b/src/nice.c @@ -41,7 +41,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "nice" -#define AUTHORS "David MacKenzie" +#define WRITTEN_BY _("Written by David MacKenzie.") #ifdef NICE_PRIORITY # define GET_PRIORITY() nice (0) @@ -99,7 +99,7 @@ main (int argc, char **argv) atexit (close_stdout); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - AUTHORS, usage); + WRITTEN_BY, usage); for (i = 1; i < argc; /* empty */) {