1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

shred --help: lowercase a stray capital

This commit is contained in:
Benno Schulenberg
2008-08-27 00:08:22 +02:00
committed by Jim Meyering
parent 57622cac71
commit 13edec7c62
+1 -1
View 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);