Skip to content

Commit cbe9bde

Browse files
committed
Fix version help
1 parent 0bd8bc0 commit cbe9bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd_root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func rootCmd(version string) *cobra.Command {
2828
cmd.AddCommand(logoutCmd)
2929
cmd.AddCommand(publishCmd)
3030

31-
cmd.Flags().BoolVar(&fVersion, "version", false, "Source directory to read from")
31+
cmd.Flags().BoolVar(&fVersion, "version", false, "Show the current version of the Yaak CLI")
3232

3333
return cmd
3434
}

0 commit comments

Comments
 (0)