diff options
author | Rob Landley <rob@landley.net> | 2020-04-16 00:44:12 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-04-16 00:44:12 -0500 |
commit | 68f9b8439e18aaa83f8b1db611cb858a51c2d9d6 (patch) | |
tree | 70e7f3fe75d6a52e5d072885d0368a0cde395cd4 /toys | |
parent | e07701ada610e6e5c1f5628a301f39d837b66fa9 (diff) | |
download | toybox-68f9b8439e18aaa83f8b1db611cb858a51c2d9d6.tar.gz |
Promote blkdiscard.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/blkdiscard.c (renamed from toys/pending/blkdiscard.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/blkdiscard.c b/toys/other/blkdiscard.c index 77ec8894..1859fd88 100644 --- a/toys/pending/blkdiscard.c +++ b/toys/other/blkdiscard.c @@ -12,7 +12,7 @@ USE_BLKDISCARD(NEWTOY(blkdiscard, "<1>1f(force)l(length):o(offset):s(secure)z(ze config BLKDISCARD bool "blkdiscard" - default n + default y help usage: blkdiscard [-olszf] DEVICE |