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
