From 39057513833d21f2178c374c988cee6df8c891d8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Apr 2005 21:57:45 +0000 Subject: [PATCH] (usage): Mention that some shells provide a built-in function by the same name. --- src/echo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\ -- 2.47.3