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.
|