aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--golings/cmd/watch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/golings/cmd/watch.go b/golings/cmd/watch.go
index 1f5780f..afe488b 100644
--- a/golings/cmd/watch.go
+++ b/golings/cmd/watch.go
@@ -50,7 +50,7 @@ func WatchCmd(infoFile string) *cobra.Command {
color.Green("Bye by golings o/")
os.Exit(0)
default:
- color.Yellow("only list or hint command are avaliable")
+ color.Yellow("only list or hint commands are available")
}
}
},