Skip to content

Commit

Permalink
Merge pull request #161 from Skalador/add_node-logs_description
Browse files Browse the repository at this point in the history
Add description for node-logs command
  • Loading branch information
gmeghnag authored May 13, 2024
2 parents d506bd7 + 05304e2 commit fd84a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/node-logs/node-logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

var NodeLogs = &cobra.Command{
Use: "node-logs",
Short: "Display and filter node logs.",
Run: func(cmd *cobra.Command, args []string) {
if len(args) == 0 {
fmt.Println("The following node services logs are available to be read:")
Expand Down

0 comments on commit fd84a6f

Please sign in to comment.