diff options
author | ben <ben@nagy.contact> | 2025-05-12 16:10:07 -0700 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-05-12 16:10:07 -0700 |
commit | 8cdcdb165409789c34f7a35f1c707a2c637fa408 (patch) | |
tree | 5de9ff20cfdc505c5a0252a05b1077fdbf575115 /README.md | |
parent | f076cfafbae7f055dab71cbe3221a56314ee80a1 (diff) |
fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,8 +5,11 @@ Matrix message count outputs the number of unread messages of all or of specifie # Usage +``` python3 matrix-mcnt.py --username USERNAME [options] ``` + +``` Required arguments: --username USERNAME Your Matrix username without the @username:matrix.org format |