diff --git a/opencloud/pkg/command/posixfs.go b/opencloud/pkg/command/posixfs.go index 8ed5ce80b..dd2237d68 100644 --- a/opencloud/pkg/command/posixfs.go +++ b/opencloud/pkg/command/posixfs.go @@ -36,7 +36,7 @@ type EntryInfo struct { ParentID string } -// PosixfsCommand is the entrypoint for the groups command. +// PosixfsCommand is the entrypoint for the posixfs command. func PosixfsCommand(cfg *config.Config) *cli.Command { return &cli.Command{ Name: "posixfs",