diff options
author | Rob Landley <rob@landley.net> | 2021-06-22 06:24:36 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2021-06-22 06:24:36 -0500 |
commit | 2185571e9d72301b45df37ef623ea350271c6cb9 (patch) | |
tree | 21358ff843ee0043e53702fdf85f651a2d7a3cc3 /toys | |
parent | 985ee78538e40beacb3c62e643ea827ecdd9e48f (diff) | |
download | toybox-2185571e9d72301b45df37ef623ea350271c6cb9.tar.gz |
Update usage: line to include remaining 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. |