From 9e0d3ea698bb97eec6ff2576897c4330459c1942 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 11 Mar 2023 00:01:22 +0100 Subject: [PATCH] shred: add "prefill" to spelling list --- src/uu/shred/src/shred.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/shred/src/shred.rs b/src/uu/shred/src/shred.rs index 59821676d..99fdc91ed 100644 --- a/src/uu/shred/src/shred.rs +++ b/src/uu/shred/src/shred.rs @@ -6,7 +6,7 @@ // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. -// spell-checker:ignore (words) wipesync +// spell-checker:ignore (words) wipesync prefill use clap::{crate_version, Arg, ArgAction, Command}; use rand::{rngs::StdRng, seq::SliceRandom, Rng, SeedableRng};