summaryrefslogtreecommitdiff
path: root/src/printenv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-05 11:53:47 +0000
committerJim Meyering <jim@meyering.net>2005-04-05 11:53:47 +0000
commit44ebdc8d01e3338dab40ba3891d1bc97551b62a9 (patch)
tree55f26541e3e9d9e7bb8a9b51ab9ba5d58181cc0a /src/printenv.c
parente4a293284f7b5bba0d1705a2512e3ebd5ce51832 (diff)
downloadcoreutils-44ebdc8d01e3338dab40ba3891d1bc97551b62a9.tar.xz
(usage): Mention that some shells provide a built-in function by the same name.
Diffstat (limited to 'src/printenv.c')
-rw-r--r--src/printenv.c3
1 files changed, 2 insertions, 1 deletions
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);