1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: use todoman binary in manpage
Author: Félix Sipma <felix@debian.org>
Last-Update: 2023-07-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -77,7 +77,7 @@
man_pages = [
(
"man",
- "todo",
+ "todoman",
"a simple, standards-based, cli todo manager",
[author],
1,
--- a/docs/source/man.rst
+++ b/docs/source/man.rst
@@ -2,7 +2,7 @@
========
.. click:: todoman.cli:cli
- :prog: todo
+ :prog: todoman
:show-nested:
Description
|