diff options
author | Jim Meyering <jim@meyering.net> | 2005-04-04 21:56:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-04-04 21:56:01 +0000 |
commit | d209b0f75ea1bcdc297850cd6999fdb98662d125 (patch) | |
tree | cf8877329ee67ebe8eed152ad2d72983569d167d /src | |
parent | 84812b110d6fc09142cf98ab2e06e186e7ce565e (diff) | |
download | coreutils-d209b0f75ea1bcdc297850cd6999fdb98662d125.tar.xz |
(usage): Mention that some shells provide a built-in
function by the same name.
Diffstat (limited to 'src')
-rw-r--r-- | src/stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stat.c b/src/stat.c index 45b504ef0..3b3d3a4d0 100644 --- a/src/stat.c +++ b/src/stat.c @@ -678,6 +678,7 @@ usage (int status) else { printf (_("Usage: %s [OPTION] FILE...\n"), program_name); + printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); fputs (_("\ Display file or file system status.\n\ \n\ |