diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ optional arguments: $ identify-cli setup.py; echo $? ["file", "non-executable", "python", "text"] 0 -$ identify setup.py --filename-only; echo $? +$ identify-cli setup.py --filename-only; echo $? ["python", "text"] 0 $ identify-cli wat.wat; echo $? |