Skip to content

Commit

Permalink
[OSD-10928] Added CLUSTER_ID as param of 'osdctl servicelog post' in …
Browse files Browse the repository at this point in the history
…help
  • Loading branch information
Nikokolas3270 committed Apr 12, 2022
1 parent 091dc54 commit dde4623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/servicelog/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (

// postCmd represents the post command
var postCmd = &cobra.Command{
Use: "post",
Use: "post CLUSTER_ID",
Short: "Send a servicelog message to a given cluster",
Run: func(cmd *cobra.Command, args []string) {

Expand Down

0 comments on commit dde4623

Please sign in to comment.