add readme

This commit is contained in:
Jay 2018-03-09 14:10:20 +08:00
parent 1609e0ad30
commit 8b5fdb3fa7
1 changed files with 28 additions and 0 deletions

28
README.md Normal file
View File

@ -0,0 +1,28 @@
# go-pgp-tool
## Usage
build code
```bash
$ go build -o go-pgp-tool main.go
```
show usage
```bash
$ ./go-pgp-tool -h
```
### options
```
Usage options:
-h show usage
-d decrypt mode
-e encrypt mode
-y force override output file
-p password
private key password with decrypt usage
-i file path
source file path
-o file path
output file path
-k file path
key file path
```