From 44ebdc8d01e3338dab40ba3891d1bc97551b62a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Apr 2005 11:53:47 +0000 Subject: (usage): Mention that some shells provide a built-in function by the same name. --- src/nice.c | 1 + src/printenv.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nice.c b/src/nice.c index 0871343ba..689fa49dd 100644 --- a/src/nice.c +++ b/src/nice.c @@ -87,6 +87,7 @@ With no COMMAND, print the current nice value. Nice values range from\n\ - NZERO, NZERO - 1); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); + printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); diff --git a/src/printenv.c b/src/printenv.c index b006b5d32..3b009c71f 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -1,5 +1,5 @@ /* printenv -- print all or part of environment - Copyright (C) 1989-1997, 1999-2004 Free Software Foundation, Inc. + Copyright (C) 1989-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 @@ -67,6 +67,7 @@ If no environment VARIABLE specified, print them all.\n\ program_name, program_name); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); + printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); -- cgit v1.2.3-70-g09d2