diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-27 00:08:22 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-19 12:27:37 +0200 |
commit | 13edec7c62a67dd77a69353baad70f942179ebca (patch) | |
tree | e386469ed5c4cf0cf3615ed6ceb52dcc584d4327 | |
parent | 57622cac71419db42018418c2ef3fd372197e143 (diff) | |
download | coreutils-13edec7c62a67dd77a69353baad70f942179ebca.tar.xz |
shred --help: lowercase a stray capital
-rw-r--r-- | src/shred.c | 2 |
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); |