Ver código fonte

book: update tau doc

Dastan-glitch 3 anos atrás
pai
commit
5ec6f86e07
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      doc/src/misc/tau.md

+ 3 - 3
doc/src/misc/tau.md

@@ -70,12 +70,12 @@ Because no description is set, it will open your EDITOR and prompt you
 for a description which allows entering multiline text.
 
 ```bash
-tau add second task assign:dave
+tau add second task @dave
 ```
 
 ```
 % tau add Third task project:tau rank:1.1
-% tau add Fourth task assign:dave project:tau due:1509 rank:2.5
+% tau add Fourth task @dave project:tau due:1509 rank:2.5
 % tau add Five
 ```
 
@@ -90,7 +90,7 @@ tau add second task assign:dave
 % tau rank:gt:2			# all tasks that have rank greater than 2
 % tau due.not:today		# all tasks that thier due date is not today
 % tau due.after:0909		# all tasks that thier due date is after September 9th
-% tau assign:dave		# tasks that assign field is "dave"
+% tau @dave			# tasks that assign field is "dave"
 ```