summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/file.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man1/file.md')
-rw-r--r--Base/usr/share/man/man1/file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/file.md b/Base/usr/share/man/man1/file.md
index be37db78c8..53f1e3d354 100644
--- a/Base/usr/share/man/man1/file.md
+++ b/Base/usr/share/man/man1/file.md
@@ -30,6 +30,6 @@ First, an attempt is made to identify a given file based on predetermined binary
$ file Buggie.png
Buggie.png: PNG image data, 64 x 138
# Identify all files in the current directory, and show only the mime type.
-$ย file -I *
+$ file -I *
```