mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 22:32:53 +00:00
shred: add "prefill" to spelling list
This commit is contained in:
parent
2ac4ee820e
commit
9e0d3ea698
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue