diff options
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 |