diff options
author | Daniel Mueller <deso@posteo.net> | 2020-09-25 22:12:18 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-09-26 14:02:33 -0700 |
commit | c400e136dd9e50d006ebdff55d5617139fa96b9c (patch) | |
tree | a4b358e83410b3d503c3657127b08fcf50d864de | |
parent | 98b69f32755ad480be4d9622084277e08ea2efb9 (diff) | |
download | nitrocli-c400e136dd9e50d006ebdff55d5617139fa96b9c.tar.gz nitrocli-c400e136dd9e50d006ebdff55d5617139fa96b9c.tar.bz2 |
fixup! Add fill command to overwrite SD card
-rw-r--r-- | doc/nitrocli.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nitrocli.1 b/doc/nitrocli.1 index 78e5759..10cca6f 100644 --- a/doc/nitrocli.1 +++ b/doc/nitrocli.1 @@ -139,8 +139,8 @@ Close a hidden volume. .TP \fBnitrocli fill \fR[\fB\-a\fR|\fB\-\-attach\fR Fills the SD card with random data, overwriting all existing data. -This operation takes about one hour to finish for a 16 GB SD card. -It cannot be cancelled, even if the \fBnitrocli\fR process is terminated before +This operation takes about one hour to finish for a 16 GiB SD card. +It cannot be canceled, even if the \fBnitrocli\fR process is terminated before it finishes. This command requires the admin PIN. |