aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2021-06-22 06:24:36 -0500
committerRob Landley <rob@landley.net>2021-06-22 06:24:36 -0500
commit2185571e9d72301b45df37ef623ea350271c6cb9 (patch)
tree21358ff843ee0043e53702fdf85f651a2d7a3cc3
parent985ee78538e40beacb3c62e643ea827ecdd9e48f (diff)
downloadtoybox-2185571e9d72301b45df37ef623ea350271c6cb9.tar.gz
Update usage: line to include remaining options.
-rw-r--r--toys/other/shred.c2
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.