diff options
| author | Jim Meyering <jim@meyering.net> | 2005-04-05 11:53:47 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2005-04-05 11:53:47 +0000 |
| commit | 44ebdc8d01e3338dab40ba3891d1bc97551b62a9 (patch) | |
| tree | 55f26541e3e9d9e7bb8a9b51ab9ba5d58181cc0a /src/nice.c | |
| parent | (usage): Mention that some shells provide a (diff) | |
| download | coreutils-44ebdc8d01e3338dab40ba3891d1bc97551b62a9.tar.gz coreutils-44ebdc8d01e3338dab40ba3891d1bc97551b62a9.zip | |
(usage): Mention that some shells provide a built-in function by the same name.
Diffstat (limited to 'src/nice.c')
| -rw-r--r-- | src/nice.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
