summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-30 22:31:43 +0000
committerJim Meyering <jim@meyering.net>2004-06-30 22:31:43 +0000
commit3365c5f5e3ba02bf6f7afa7bb4424a1ddc4a31d9 (patch)
tree370f834d33dbf37638d77a86769f3aa71f76f052 /src/du.c
parent4d24e718918f32e84cd5a8e7883e03577b0c368a (diff)
downloadcoreutils-3365c5f5e3ba02bf6f7afa7bb4424a1ddc4a31d9.tar.xz
(usage, main): Output "file system" rather than "filesystem".
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index a4c9c03ef..61f032485 100644
--- a/src/du.c
+++ b/src/du.c
@@ -207,7 +207,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
-s, --summarize display only a total for each argument\n\
"), stdout);
fputs (_("\
- -x, --one-file-system skip directories on different filesystems\n\
+ -x, --one-file-system skip directories on different file systems\n\
-X FILE, --exclude-from=FILE Exclude files that match any pattern in FILE.\n\
--exclude=PATTERN Exclude files that match PATTERN.\n\
--max-depth=N print the total for a directory (or file, with --all)\n\