From 13edec7c62a67dd77a69353baad70f942179ebca Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 27 Aug 2008 00:08:22 +0200 Subject: shred --help: lowercase a stray capital --- src/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-54-g00ecf