task: Increased readability

Changed all capital "ID" to lowercase "id", as agnivade asked.
coverage
abactel 2017-01-23 18:40:16 +00:00 committed by Agniva De Sarker
parent d3ba715c23
commit 3f1209a857
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@
- Mark task as completed:
`task {{task_ID}} done`
`task {{task_id}} done`
- Modify task:
`task {{task_ID}} modify {{new_thing_to_do}}`
`task {{task_id}} modify {{new_thing_to_do}}`
- Delete task:
`task {{task_ID}} delete`
`task {{task_id}} delete`