diff --git a/README.md b/README.md index 53e53f1..58ed375 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ hourgit version 3. **Log non-git work** manually: ```bash - hourgit log --duration 1h30m "standup" - hourgit log --from 9am --to 10:30am "standup" + hourgit log add --duration 1h30m "standup" + hourgit log add --from 9am --to 10:30am "standup" ``` 4. **View the interactive report:** @@ -111,7 +111,7 @@ hourgit version Core commands for recording, viewing, and managing your time entries. -Commands: `init` · `log` · `edit` · `remove` · `sync` · `report` · `history` · `status` +Commands: `init` · `log add` · `log edit` · `log remove` · `sync` · `report` · `history` · `status` #### `hourgit init` @@ -129,12 +129,12 @@ hourgit init [--project ] [--mode ] [--force] [--append] [--yes] | `-a`, `--append` | `false` | Append to existing post-checkout hook | | `-y`, `--yes` | `false` | Skip confirmation prompt | -#### `hourgit log` +#### `hourgit log add` Manually log time for a project. Uses a hybrid mode: provide any combination of flags and you'll be prompted only for the missing pieces. ```bash -hourgit log [MESSAGE] [--duration ] [--from