This commit is contained in:
André Duffeck
2025-06-26 08:50:49 +02:00
parent c0e09f76c8
commit adc09da4c7
+1 -1
View File
@@ -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",