Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalbanese authored May 15, 2023
1 parent 0e91d09 commit e3069cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/tar)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/tar)](https://github.com/pedroalbanese/tar/releases)
### Minimalist Tar Implementation written in Go
<pre>Usage for tar: tar [-x|o] [-c|a] [-f file] [files ...]
<pre>Usage for tar: tar [-x|o] [-c|a] [-d] [-f file] [files ...]
-a append instead of overwrite
-c create
-d delete files from tarball
Expand Down

0 comments on commit e3069cf

Please sign in to comment.