fixed typo
This commit is contained in:
parent
e9e0ca45ce
commit
fd17a94a2c
1 changed files with 4 additions and 2 deletions
|
|
@ -25,7 +25,8 @@ This project is just getting started and only has a couple of features implement
|
|||
[](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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue