diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-16 15:28:30 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-16 15:28:30 +0900 |
commit | 58ad9b49dfc393c41f86fda4632da1c934b062f4 (patch) | |
tree | 31c61cb6e48f2c207649ea866eac2cd31149ea7e /README.md | |
parent | c3d356c8b80659468a0a7429636a128c156509ae (diff) | |
download | scadere-58ad9b49dfc393c41f86fda4632da1c934b062f4.tar.gz |
Add option for feed title
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index d1f40f4..ef8376b 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,10 @@ where HOST defaults to localhost and PORT is selected randomly if not specified. Options: - -h, --help show this help message and exit - -v, --version show program's version number and exit + -h, --help show this help message and exit + -v, --version show program's version number and exit + -t TITLE, --title=TITLE + title of Atom feeds ``` ## Hacking |