Skip to content

Commit

Permalink
zip: s/Decompress/Uncompress/
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed May 26, 2022
1 parent d07a852 commit aa694e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Supports ZIP64.

|Name |Default|Description|
|- |- |-|
|`uncompress`|true |Decompress and probe files|
|`uncompress`|true |Uncompress and probe files|

#### Examples

Expand Down
2 changes: 1 addition & 1 deletion format/all/help.fqtest
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ out ... | xing
out zip: ZIP archive decoder
out Supports ZIP64.
out Options:
out uncompress=true Decompress and probe files
out uncompress=true Uncompress and probe files
out Examples:
out # Decode file as zip
out $ fq -d zip . file
Expand Down
2 changes: 1 addition & 1 deletion format/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ type Mp4In struct {
}

type ZipIn struct {
Uncompress bool `doc:"Decompress and probe files"`
Uncompress bool `doc:"Uncompress and probe files"`
}

0 comments on commit aa694e3

Please sign in to comment.