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 * ```