From d09c657d912282746d2937743e8c0612291e8f77 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 17 Dec 2021 16:43:57 +0100 Subject: [PATCH] typos removed --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d58e6ce..954cc9b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Switched to project Test Project #### `nt [/]` Creates a new task with the given name inside the currently active project and sets it active.\ -If the optional parameter `` is present, the task si beeing created in the specified Project instead. This also changes the active project\ +If the optional parameter `` is present, the task is beeing created in the specified Project instead. This also changes the active project to ``\ The task name must be different from existing tasks. Examples: @@ -94,7 +94,7 @@ Switched to task HPCE/test ~~~ #### `rm [/] | ` -Deletes all data of a project or task.\ +Deletes all data of a project or task. \ If only a project name is provided, the project with all tasks is beeing deleted. The previous project in the project list is set active\ If only a task name is provided, this task is beeing deleted from the active project if present. The previous task in the task list is set active.\ If `/` is provided, the task with name `` is deleted from project `` if both are present. @@ -217,8 +217,7 @@ tt> at 120 Project_2/Task_1 Tracking data saved to file /home/patrick/track/2021-12 ~~~ #### `rt [/]` -Remove time from task.\ -Usage identical to `at`. +Remove time from task. Usage identical to `at`. #### `report []` Generate report for current month. This does only list tasks with working time of more than 0.01h in current month. \