diff --git a/docs/index.html b/docs/index.html index 92c421d..5629dba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9079,7 +9079,7 @@ Changelog0.14
yes
-
+

 
@@ -9095,7 +9095,7 @@ Changelog0.14 }, "$:/info/url/full": { "title": "$:/info/url/full", - "text": "file:///home/pi/github/topydo/docs/index.html" + "text": "file:///home/user/topydo/docs/index.html" }, "$:/info/url/host": { "title": "$:/info/url/host", @@ -9115,7 +9115,7 @@ Changelog0.14 }, "$:/info/url/pathname": { "title": "$:/info/url/pathname", - "text": "/home/pi/github/topydo/docs/index.html" + "text": "/home/user/topydo/docs/index.html" }, "$:/info/url/search": { "title": "$:/info/url/search", @@ -9128,8 +9128,8 @@ Changelog0.14 } }
-
-

+
+
pri
{
@@ -11010,17 +11010,17 @@ The pattern is a [[relative date|RelativeDates]], but only written in the format
 topydo postpone 1 1w
 ```
-
+
Sets the priority of todo(s) the given number(s) to the given priority.
 
 ```
-pri <NUMBER1> [<NUMBER2> ...] <PRIORITY>
-pri [-x] -e <EXPRESSION>
+pri [-d] <NUMBER1> [<NUMBER2> ...] <PRIORITY>
+pri [-d] [-x] -e <EXPRESSION>
 ```
 
 A priority can be given as a single character (case insensitive), where //A// is the highest priority. Use the <<cmd depri>> subcommand to remove a priority from an item.
 
-It is also possible to prioritize items with an [[expression|FilterExpressions]] using the `-e` flag. Use `-x` to also process todo items that are normally invisible
+Use the -d flag to remove the priority. It is also possible to prioritize items with an [[expression|FilterExpressions]] using the `-e` flag. Use `-x` to also process todo items that are normally invisible
 (with the <<cmd ls>> subcommand).