>From d3a862e2afbf7eed34ca1dc1f3ff3ff2e295f474 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 27 Aug 2008 00:08:22 +0200 Subject: [PATCH] shred: lowercase a stray capital in the help text --- src/shred.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/shred.c b/src/shred.c index d766405..6b7d901 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); -- 1.5.6.4