We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cvd help create
1 parent 6130e6c commit 48fe4eaCopy full SHA for 48fe4ea
1 file changed
base/cvd/cuttlefish/host/commands/cvd/cli/commands/create.cpp
@@ -226,6 +226,7 @@ std::vector<Flag> BuildSelectorFlagsForCreateHelp(
226
selectors.instance_names.value_or(std::vector<std::string>()),
227
",");
228
})
229
+ .ValueNameHint("NAME[,NAME...]")
230
.Help("Comma separated list of instance names. When provided, this "
231
"flag determines the number of instaces to have in the group, "
232
"so it must match the --num_instances flag. Valid names will "
0 commit comments