From 2185571e9d72301b45df37ef623ea350271c6cb9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 22 Jun 2021 06:24:36 -0500 Subject: Update usage: line to include remaining options. --- toys/other/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3