diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-24 03:00:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-24 03:00:37 +0000 |
commit | d7e8ccb6f3d402c8aa5c9dbc32d708007d74948f (patch) | |
tree | 7d03c9bc66b700d9b880c2720601204607a26477 /src | |
parent | a81167483490bd51e16ed2a7b94df8fcbd0d399f (diff) | |
download | coreutils-d7e8ccb6f3d402c8aa5c9dbc32d708007d74948f.tar.xz |
(usage): Remove trailing pair of blanks.
Diffstat (limited to 'src')
-rw-r--r-- | src/df.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ or all filesystems by default.\n\ -P, --portability use the POSIX output format\n\ --sync invoke sync before getting usage info\n\ -t, --type=TYPE limit listing to filesystems of type TYPE\n\ - -T, --print-type print filesystem type\n\ + -T, --print-type print filesystem type\n\ -x, --exclude-type=TYPE limit listing to filesystems not of type TYPE\n\ -v (ignored)\n\ --help display this help and exit\n\ |