mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +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
|
// * For the full copyright and license information, please view the LICENSE
|
||||||
// * file that was distributed with this source code.
|
// * 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 clap::{crate_version, Arg, ArgAction, Command};
|
||||||
use rand::{rngs::StdRng, seq::SliceRandom, Rng, SeedableRng};
|
use rand::{rngs::StdRng, seq::SliceRandom, Rng, SeedableRng};
|
||||||
|
|
Loading…
Reference in a new issue