diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-13 21:21:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-13 21:21:52 +0000 |
commit | 418a7c8c43a610e5cf261c75168692887ba43c98 (patch) | |
tree | 8f4c2facdd9ed919d39d6d3d814f079042dcc448 /src/shred.c | |
parent | 3244e9a493531c24b414b6e64d3396f466e357aa (diff) | |
download | coreutils-418a7c8c43a610e5cf261c75168692887ba43c98.tar.xz |
* src/shred.c (usage): Don't indent the second line of an item.
Otherwise, help2man would misformat the output.
Reported by Adam Buchbinder in <https://launchpad.net/bugs/48917>.
Diffstat (limited to 'src/shred.c')
-rw-r--r-- | src/shred.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shred.c b/src/shred.c index 8d5c0c7fa..78e160980 100644 --- a/src/shred.c +++ b/src/shred.c @@ -202,17 +202,17 @@ not effective, or is not guaranteed to be effective in all file system modes:\n\ "), stdout); fputs (_("\ * log-structured or journaled file systems, such as those supplied with\n\ - AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)\n\ +AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)\n\ \n\ * file systems that write redundant data and carry on even if some writes\n\ - fail, such as RAID-based file systems\n\ +fail, such as RAID-based file systems\n\ \n\ * file systems that make snapshots, such as Network Appliance's NFS server\n\ \n\ "), stdout); fputs (_("\ * file systems that cache in temporary locations, such as NFS\n\ - version 3 clients\n\ +version 3 clients\n\ \n\ * compressed file systems\n\ \n\ |