aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4d27c38..b88120b 100644
--- a/main.c
+++ b/main.c
@@ -1155,7 +1155,13 @@ int main(int argc, char *argv[]) {
" BACKSPACE Resets times for selected task.\n"
" DELETE Deletes selected task (except if active).\n"
" SPACE, ENTER Toggles selected task as active/inactive.\n"
- " 1, 2, 3, 4, 5, 6, 7 Edit time of current task for the Nth day of week.\n"
+ " 1, 2, 3, 4, 5, 6, 7 Edit time of current task for the Nth day of week:\n"
+ " =# sets # seconds;\n"
+ " -# subtracts # seconds;\n"
+ " # adds # seconds;\n"
+ " #m specifies # as minutes;\n"
+ " #h specifies # as hours;\n"
+ " #y specifies # as years.\n"
" UP Select task above.\n"
" DOWN Select task below.\n"
" PAGE-UP Select task 1 page above.\n"