Skip to content

Commit

Permalink
New param
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashtc committed Mar 23, 2019
1 parent 33611f3 commit 4b4d6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ go get github.com/lucashtc/gobackup
```bash
cd github.com/lucashtc/gobackup

go run gobackup.go -l /backup/ -u userDatabase -p password ALL
go run gobackup.go -l /backup/ -u userDatabase -p password
#OR
go build
gobackup -l /backup/ -u userDatabase -p password ALL
gobackup -l /backup/ -u userDatabase -p password
```

## License
Expand Down

0 comments on commit 4b4d6e6

Please sign in to comment.