Fix comments in filesystem commands

This commit is contained in:
2021-11-27 00:11:37 -08:00
parent 24cfda82d7
commit a9ef386883
7 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ import (
"go.arsenm.dev/itd/cmd/itctl/root"
)
// filesystemCmd represents the get command
// filesystemCmd represents the filesystem command
var filesystemCmd = &cobra.Command{
Use: "filesystem",
Aliases: []string{"fs"},