summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-19 08:09:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-19 08:09:22 +0000
commit6d2a3796a411b5ff14c9f77705dfc0f171c0a9cc (patch)
tree7c52437af74172db5e8feb9b60298a0a10d2e64c /README.md
parentAdding upstream version 2.4.9. (diff)
downloadidentify-6d2a3796a411b5ff14c9f77705dfc0f171c0a9cc.tar.xz
identify-6d2a3796a411b5ff14c9f77705dfc0f171c0a9cc.zip
Adding upstream version 2.4.10.upstream/2.4.10
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 788b7c4..c209782 100644
--- a/README.md
+++ b/README.md
@@ -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 $?