Fix docblock of commands

This commit is contained in:
Benedikt Kulmann
2020-06-04 15:53:38 +02:00
parent 1cc12b0dd5
commit 0fa1ad4110
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/owncloud/ocis/pkg/register"
)
// KillCommand is the entrypoint for the accounts command.
// KillCommand is the entrypoint for the kill command.
func KillCommand(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "kill",