Skip to content

Commit 22fcfd3

Browse files
committed
[RELEASE] v1.1R
1 parent e79a3c9 commit 22fcfd3

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@
55
# Usage
66

77
```shell
8-
zero <FIILE>
8+
zero [-f, --force] <FIILE>
99
```
1010

11-
You will be prompted to confirm that you want to overwrite the file. After the overwriting process is done, the file will be truncated to zero bytes.
11+
You will be prompted to confirm that you want to overwrite the file.
1212

13-
For large files, use the 64-bit version of the program included in the release, **zero64**.
13+
###### Options:
14+
15+
- `-f` - skips the prompt and immediately starts overwriting the file
16+
17+
After the overwriting process is done, the file will be automatically deleted. For large files, use the 64-bit version of the program included in the release, **zero64**.
1418

1519
# Releases
1620

21+
[1.1R](https://github.com/exom-dev/zero/releases/tag/v1.1R) - December 26th, 2020
22+
1723
[1.0R](https://github.com/exom-dev/zero/releases/tag/v1.0R) - December 25th, 2020
1824

1925
# License <a href="https://github.com/exom-dev/zero/blob/master/LICENSE"><img align="right" src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>

0 commit comments

Comments
 (0)