diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-29 12:05:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-29 12:05:36 +0000 |
commit | 134ed86e33ce49b5f470852689147dd530622aaf (patch) | |
tree | 8bd21e776f6a802d2e149b103fb8a8c5e2df3ca8 /src | |
parent | f7d4fc0e38521b185c0b46de39fef3225d99b89e (diff) | |
download | coreutils-134ed86e33ce49b5f470852689147dd530622aaf.tar.xz |
(usage): Replace TABs with spaces in --help message.
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -231,8 +231,8 @@ Summarize disk usage of each FILE, recursively for directories.\n\ -X FILE, --exclude-from=FILE Exclude files that match any pattern in FILE.\n\ --exclude=PAT Exclude files that match PAT.\n\ --max-depth=N print the total for a directory (or file, with --all)\n\ - only if it is N or fewer levels below the command\n\ - line argument; --max-depth=0 is the same as\n\ + only if it is N or fewer levels below the command\n\ + line argument; --max-depth=0 is the same as\n\ --summarize\n\ --help display this help and exit\n\ --version output version information and exit\n\ |