shred --help: lowercase a stray capital
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 26 Aug 2008 22:08:22 +0000 (00:08 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 19 Sep 2008 10:27:37 +0000 (12:27 +0200)
src/shred.c

index d766405..6b7d901 100644 (file)
@@ -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);