From: Jim Meyering Date: Mon, 29 Dec 1997 12:05:36 +0000 (+0000) Subject: (usage): Replace TABs with spaces in --help message. X-Git-Tag: FILEUTILS-3_16i~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=134ed86e33ce49b5f470852689147dd530622aaf;p=platform%2Fupstream%2Fcoreutils.git (usage): Replace TABs with spaces in --help message. --- diff --git a/src/du.c b/src/du.c index 6c4ce31..eee0531 100644 --- a/src/du.c +++ b/src/du.c @@ -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\