summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangjin Lee <changjin9792@gmail.com>2023-04-04 23:52:11 +0800
committerGitHub <noreply@github.com>2023-04-04 23:52:11 +0800
commit6c5fb2176765177b50682d9955eb0eac5d796914 (patch)
tree675e99bfd8971bb94aa9595b8d2449dfec95476e
parent7234ed0e3462c2ff4f66d39192744809ed0ce6b4 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2ba4dc1..150c30e 100644
--- a/README.md
+++ b/README.md
@@ -354,8 +354,6 @@ Great job! Now let's move on to the task commands.
girok addtask <task name> [One of deadline date options] [-c | --category <category path>] [-p | --priority <priority>] [-t | --time <deadline time>] [-T | --tag <tag name>]
```
-It looks quite complicated but don't worry! Let's go through some rules.
-
#### 6.1.1 `addtask` rules
1. `<task name>` (Argument / **Required**) - If the task name has no space you can omit double quotes `""`. If it does, enclose the task name by double quotes `""`