Add help text to the readme
This commit is contained in:
parent
50688d33dd
commit
96af295cdc
1 changed files with 16 additions and 0 deletions
16
readme.md
16
readme.md
|
@ -2,6 +2,22 @@
|
|||
|
||||
A tool to lint the file names of your media
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
USAGE:
|
||||
media-linter.exe [OPTIONS] <PATH>
|
||||
|
||||
ARGS:
|
||||
<PATH>
|
||||
|
||||
OPTIONS:
|
||||
-h, --help Print help information
|
||||
--no-emoji
|
||||
--show-success
|
||||
-V, --version Print version information
|
||||
```
|
||||
|
||||
## Filenames
|
||||
|
||||
| Type | Filename |
|
||||
|
|
Loading…
Reference in a new issue