Skip to content

Commit 48fe4ea

Browse files
committed
--instance_name value name hint in cvd help create
1 parent 6130e6c commit 48fe4ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • base/cvd/cuttlefish/host/commands/cvd/cli/commands

base/cvd/cuttlefish/host/commands/cvd/cli/commands/create.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ std::vector<Flag> BuildSelectorFlagsForCreateHelp(
226226
selectors.instance_names.value_or(std::vector<std::string>()),
227227
",");
228228
})
229+
.ValueNameHint("NAME[,NAME...]")
229230
.Help("Comma separated list of instance names. When provided, this "
230231
"flag determines the number of instaces to have in the group, "
231232
"so it must match the --num_instances flag. Valid names will "

0 commit comments

Comments
 (0)