projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57622ca
)
shred --help: lowercase a stray capital
author
Benno Schulenberg
<bensberg@justemail.net>
Tue, 26 Aug 2008 22:08:22 +0000
(
00:08
+0200)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 19 Sep 2008 10:27:37 +0000
(12:27 +0200)
src/shred.c
patch
|
blob
|
history
diff --git
a/src/shred.c
b/src/shred.c
index d766405c8f8786d7238c35fea25e998911f562ab..6b7d9016750ec62e306a195b8f6fd592383b3712 100644
(file)
--- 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
O
verwrite N times instead of the default (%d)\n\
+ -n, --iterations=N
o
verwrite 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);