diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/shred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/shred.c b/toys/other/shred.c index 3911e249..1932f758 100644 --- a/toys/other/shred.c +++ b/toys/other/shred.c @@ -10,7 +10,7 @@ config SHRED bool "shred" default y help - usage: shred [-fuz] [-n COUNT] [-s SIZE] FILE... + usage: shred [-fuxz] [-n COUNT] [-o OFFSET] [-s SIZE] FILE... Securely delete a file by overwriting its contents with random data. |