From: Jim Meyering Date: Mon, 4 Apr 2005 21:57:45 +0000 (+0000) Subject: (usage): Mention that some shells provide a built-in X-Git-Tag: CPPI-1_12~1121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39057513833d21f2178c374c988cee6df8c891d8;p=thirdparty%2Fcoreutils.git (usage): Mention that some shells provide a built-in function by the same name. --- diff --git a/src/echo.c b/src/echo.c index bf82de9938..703704e93f 100644 --- a/src/echo.c +++ b/src/echo.c @@ -1,5 +1,5 @@ /* echo.c, derived from code echo.c in Bash. - Copyright (C) 87,89, 1991-1997, 1999-2004 Free Software Foundation, Inc. + Copyright (C) 87,89, 1991-1997, 1999-2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -62,6 +62,7 @@ usage (int status) else { printf (_("Usage: %s [OPTION]... [STRING]...\n"), program_name); + printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); fputs (_("\ Echo the STRING(s) to standard output.\n\ \n\