Update README.md

This commit is contained in:
pavlik_dev 2024-08-20 19:42:13 +02:00 committed by GitHub
parent 08ac39ef66
commit d16ed12527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
<h1>fileinfo</h1> <h1>fileinfo</h1>
A simple C++ program that displays information about files and folders. A simple C++ program that displays information about files and folders.
<h2>Usage</h2> <h2>Usage</h2>
<code> <pre>
./a.out [args] filename ...<br> ./a.out [args] filename ...<br>
Args:<br> Args:<br>
-A Output absolute path<br> -A Output absolute path<br>
-E Do not show emojis<br> -E Do not show emojis<br>
</code> </pre>