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

@@ -29,7 +29,7 @@ import (
"go.arsenm.dev/itd/api"
)
// heartCmd represents the heart command
// writeCmd represents the write command
var writeCmd = &cobra.Command{
Use: `write <local path | "-"> <remote path>`,
Short: "Write a file to InfiniTime",