Skip to content

Commit

Permalink
Updated docs for newly packaged directory structure
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Torrey <[email protected]>
  • Loading branch information
ranok committed Oct 27, 2023
1 parent f88f262 commit 03cde40
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 @@ -30,7 +30,7 @@ Here are each of them compared with both the LZMA and zlib detector across the t

ZipPy will read files passed as command-line arguments, or will read from stdin to allow for piping of text to it.
```
$ python3 zippy.py -h
$ python3 zippy/zippy.py -h
usage: zippy.py [-h] [-p P] [-e {zlib,lzma,brotli,ensemble}] [-s | sample_files ...]
positional arguments:
Expand All @@ -42,7 +42,7 @@ options:
-e {zlib,lzma,brotli,ensemble}
Which compression engine to use: lzma, zlib, brotli, or an ensemble of all engines
-s Read from stdin until EOF is reached instead of from a file
$ python3 zippy.py samples/human-generated/about_me.txt
$ python3 zippy/zippy.py samples/human-generated/about_me.txt
samples/human-generated/about_me.txt
('Human', 0.06013429262166636)
```
Expand Down

0 comments on commit 03cde40

Please sign in to comment.