File: 0010-use-todoman-binary-in-manpage.patch

package info (click to toggle)
todoman 4.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 4,636; makefile: 165; sh: 1
file content (27 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (2)
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