Skip to content

Commit 0080a4e

Browse files
committed
Add description for --help flag of cvdr create
1 parent 7fe0489 commit 0080a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ func createCommand(opts *subCommandOpts) *cobra.Command {
605605
return runCreateCVDCommand(c, args, createFlags, opts)
606606
},
607607
}
608-
create.Flags().StringVar(&createFlags.Host, hostFlag, "", "Specifies the host")
608+
create.Flags().StringVar(&createFlags.Host, hostFlag, "", "Specifies the host. Creates a new host when it's not specified")
609609
// Main build flags.
610610
create.Flags().StringVar(&createFlags.MainBuild.Branch, branchFlag, "aosp-main", "The branch name")
611611
create.Flags().StringVar(&createFlags.MainBuild.BuildID, buildIDFlag, "", "Android build identifier")

0 commit comments

Comments
 (0)