Update 'cmd/itctl/main.go'

This commit is contained in:
Elara 2022-03-15 16:16:44 -07:00
parent 205a041758
commit cd68fbd7f3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func main() {
Name: "remove",
ArgsUsage: "<paths...>",
Aliases: []string{"rm"},
Usage: "Create a new directory",
Usage: "Remove a file from InfiniTime",
Action: fsRemove,
},
{