diff options
author | changiinlee <changjin9792@gmail.com> | 2024-02-13 00:44:33 +0900 |
---|---|---|
committer | changiinlee <changjin9792@gmail.com> | 2024-02-13 00:44:33 +0900 |
commit | 508c177eb72ebda565dd81922a2a1083052a2e86 (patch) | |
tree | 6cbd61b54949b310f68af5b0f0fa9f46436f5f8f | |
parent | a5ff4e52125dfc2e31f79589b0ee2a68d5fea797 (diff) |
chore
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,7 +346,7 @@ girok addtask <task name> -d <start date option> 3. `-e | --end <date>@<time>` (Option, **Optional**) - If your task is spanning on multiple days, you can also specify the end date - The format is the same as `-d` option. -4. `-r | --repetition <daily | weekly | monthly | yearly> +4. `-r | --repetition <daily | weekly | monthly | yearly>` (Option / **Optional**) - You can also specify a recurring task using `-r` option. - The repetition type must be one of `daily`, `weekly`, `monthly`, `yearly`. - **Only single-day task** can be recurring. Recall that we have two datetime options: `-d`, `-e` and each consists of "date" and "time". Let's define them `start date`, `start time`, `end date`, `end time`. Then, only the following combinations(single-day task) are allowed for repetition. |