summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-27 00:08:22 +0200
committerJim Meyering <meyering@redhat.com>2008-09-19 12:27:37 +0200
commit13edec7c62a67dd77a69353baad70f942179ebca (patch)
treee386469ed5c4cf0cf3615ed6ceb52dcc584d4327 /src
parent57622cac71419db42018418c2ef3fd372197e143 (diff)
downloadcoreutils-13edec7c62a67dd77a69353baad70f942179ebca.tar.xz
shred --help: lowercase a stray capital
Diffstat (limited to 'src')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index d766405c8..6b7d90167 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -166,7 +166,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
printf (_("\
-f, --force change permissions to allow writing if necessary\n\
- -n, --iterations=N Overwrite N times instead of the default (%d)\n\
+ -n, --iterations=N overwrite N times instead of the default (%d)\n\
--random-source=FILE get random bytes from FILE (default /dev/urandom)\n\
-s, --size=N shred this many bytes (suffixes like K, M, G accepted)\n\
"), DEFAULT_PASSES);