Skip to content

Commit

Permalink
style: Update available commands in installation complete message
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 15, 2025
1 parent d6d3dfd commit fa8e0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ contributoor status # Check service status
contributoor restart # Restart the service
contributoor config # View/edit configuration
contributoor update # Update to latest version
contributoor logs # Show logs
```

## 🔨 Development
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/commands/install/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (d *InstallDisplay) OnComplete() error {

fmt.Printf("\n%sInstallation complete%s\n", tui.TerminalColorGreen, tui.TerminalColorReset)
fmt.Printf("You can now manage contributoor using the following command(s):\n")
fmt.Printf(" contributoor [start|stop|status|update|config]\n")
fmt.Printf(" contributoor [start|stop|restart|status|update|config|logs]\n")

return nil
}

0 comments on commit fa8e0b4

Please sign in to comment.