Skip to content

Commit a00df3a

Browse files
Flyrellclaude
andcommitted
docs: update stale hourgit log references to hourgit log add
The landing page and quick-start guide still used the old `hourgit log` syntax after the command was moved under the `log` group. This aligns them with the refactored CLI structure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 093710d commit a00df3a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

web/docs/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ git checkout fix/login-bug
3232
For meetings, reviews, research, or anything that isn't a branch switch:
3333

3434
```bash
35-
hourgit log --duration 1h30m "standup"
36-
hourgit log --from 9am --to 10:30am "code review"
35+
hourgit log add --duration 1h30m "standup"
36+
hourgit log add --from 9am --to 10:30am "code review"
3737
```
3838

3939
## 4. View the interactive report

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ <h3>Log non-code work</h3>
228228
<span class="terminal-dot"></span>
229229
<span class="terminal-dot"></span>
230230
</div>
231-
<pre><code><span class="t-prompt">$</span> hourgit log --duration 1h30m <span class="t-string">"code review"</span>
231+
<pre><code><span class="t-prompt">$</span> hourgit log add --duration 1h30m <span class="t-string">"code review"</span>
232232
<span class="t-output">Logged <span class="t-accent">1h 30m</span> — code review</span>
233233

234-
<span class="t-prompt">$</span> hourgit log --from 9am --to 10:30am <span class="t-string">"standup"</span>
234+
<span class="t-prompt">$</span> hourgit log add --from 9am --to 10:30am <span class="t-string">"standup"</span>
235235
<span class="t-output">Logged <span class="t-accent">1h 30m</span> — standup</span></code></pre>
236236
</div>
237237
</div>

0 commit comments

Comments
 (0)