Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <jason@craftcms.com>
  • Loading branch information
jasonmccallister committed Apr 7, 2020
1 parent de62b78 commit 47d1045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/restart.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
var (
restartCommand = &cobra.Command{
Use: "restart",
Short: "Restart services on machine",
Short: "Restart a machine",
RunE: func(cmd *cobra.Command, args []string) error {
return cmd.Help()
},
Expand Down

0 comments on commit 47d1045

Please # to comment.