We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd8bc0 commit cbe9bdeCopy full SHA for cbe9bde
1 file changed
cmd_root.go
@@ -28,7 +28,7 @@ func rootCmd(version string) *cobra.Command {
28
cmd.AddCommand(logoutCmd)
29
cmd.AddCommand(publishCmd)
30
31
- cmd.Flags().BoolVar(&fVersion, "version", false, "Source directory to read from")
+ cmd.Flags().BoolVar(&fVersion, "version", false, "Show the current version of the Yaak CLI")
32
33
return cmd
34
}
0 commit comments