diff --git a/src/client/cli/cmd/launch.cpp b/src/client/cli/cmd/launch.cpp index d402681f49..c992378a38 100644 --- a/src/client/cli/cmd/launch.cpp +++ b/src/client/cli/cmd/launch.cpp @@ -219,8 +219,9 @@ mp::ParseCode cmd::Launch::parse_args(mp::ArgParser* parser) .arg(petenv_name, mp::home_automount_dir, valid_name_desc); QCommandLineOption nameOption({"n", "name"}, name_option_desc, "name"); - QCommandLineOption cloudInitOption( - "cloud-init", "Path or URL to a user-data cloud-init configuration, or '-' for stdin", "file> | | is in the " "\"key=value,key=value\" format, with the following keys available:\n" @@ -235,7 +236,7 @@ mp::ParseCode cmd::Launch::parse_args(mp::ArgParser* parser) QCommandLineOption mountOption("mount", "Mount a local directory inside the instance. If is omitted, the " "mount point will be under /home/ubuntu/, where is " - "the name of the directory", + "the name of the directory.", "source>:addOptions({cpusOption, diskOption, memOption, memOptionDeprecated, nameOption, cloudInitOption,