fixed typo

This commit is contained in:
Catherine Oborski 2024-09-08 17:13:40 -05:00
parent e9e0ca45ce
commit fd17a94a2c

View file

@ -25,7 +25,8 @@ This project is just getting started and only has a couple of features implement
[![cOborski/zipssion](https://img.shields.io/static/v1?label=cOborski&message=zipssion&color=yellow&logo=github)](https://github.com/coborski/zipssion/)
## Planned Usage
`Usage:
```
Usage:
main.py <file> [--quiet | --verbose] [--path=<path>] [--extention=<file extention>]
main.py (-h | --help)
main.py --version
@ -38,7 +39,8 @@ Options:
--quiet print less text
--verbose print more text
--path=<path> list of file paths [default: {'/'}]
--extention=<file extention> the file's extention (if known)`
--extention=<file extention> the file's extention (if known)
```
## Credits, inspiration, and references