Skip to content

Commit e2c71b8

Browse files
committed
updated cmd references
1 parent ceca41c commit e2c71b8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ timekeep add notepad.exe # Add notepad
4040
timekeep ls # List currently tracked programs
4141
Programs currently being tracked:
4242
• notepad.exe
43-
timekeep stats notepad.exe # Basic stats for program sessions
43+
timekeep info notepad.exe # Basic info for program sessions
4444
Statistics for notepad.exe:
4545
• Current Lifetime: 19h 41m
4646
• Total sessions to date: 4
@@ -88,7 +88,7 @@ Get-Service -Name "timekeep"
8888

8989
Test using CLI:
9090
```powershell
91-
.\timekeep.exe ping # Check if the service is responsive
91+
.\timekeep.exe status # Check if the service is responsive
9292
```
9393

9494
#### Linux
@@ -146,7 +146,7 @@ sudo systemctl status timekeep
146146

147147
Test using CLI:
148148
```bash
149-
timekeep ping # Check if the service is responsive
149+
timekeep status # Check if the service is responsive
150150
```
151151

152152
## Uninstalling

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ $env:Path = $env:Path + ";" + $InstallPath
3333
sc.exe create TimeKeep binPath= "$InstallPath\timekeep-service.exe" start= auto
3434
sc.exe start TimeKeep
3535

36-
Write-Host "Installation complete! Run 'timekeep ping' to test."
36+
Write-Host "Installation complete! Run 'timekeep status' to test."

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ sudo systemctl daemon-reload
5353
sudo systemctl enable timekeep.service
5454
sudo systemctl start timekeep.service
5555

56-
echo "Installation complete. Run 'timekeep ping' to test."
56+
echo "Installation complete. Run 'timekeep status' to test."

0 commit comments

Comments
 (0)