Update README.md

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

View File

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