diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-04 22:22:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-04 22:22:19 +0000 |
commit | b4f567deb94e3f32b496b3ba21ceb031e99cfa1f (patch) | |
tree | 790e12175f5e8e28ad8319af6fbfeadeba43c3ed | |
parent | 18c3ace4b9184b84d78f160ea59b4399a33cb716 (diff) | |
download | coreutils-b4f567deb94e3f32b496b3ba21ceb031e99cfa1f.tar.xz |
(usage): Capitalize consistently.
-rw-r--r-- | src/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c index 178376b9b..b19929fe9 100644 --- a/src/stat.c +++ b/src/stat.c @@ -704,7 +704,7 @@ The valid format sequences for files (without --filesystem):\n\ %D Device number in hex\n\ %d Device number in decimal\n\ %F File type\n\ - %f raw mode in hex\n\ + %f Raw mode in hex\n\ %G Group name of owner\n\ %g Group ID of owner\n\ "), stdout); |