File: 0005-use-todoman-binary-in-doc.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 (16 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: use todoman binary in doc
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/usage.rst
+++ b/docs/source/usage.rst
@@ -30,7 +30,7 @@
 
 To operate on a todo, the id is what's used to reference it. For example, to
 edit the `Buy soy milk` task from the example above, the proper command is
-``todo edit 3``, or ``todo undo 3`` to un-mark the task as done.
+``todoman edit 3``, or ``todoman undo 3`` to un-mark the task as done.
 
 Editing tasks can only be done via the TUI interface for now, and cannot be
 done via the command line yet.