Skip to content

Commit

Permalink
Update launch.cpp help text
Browse files Browse the repository at this point in the history
Minor update to add a missing "." at the end of the help text for the --mount option.

Signed-off-by: Giulia Zanchi <[email protected]>
  • Loading branch information
giuliazanchi authored Dec 11, 2024
1 parent 285f10c commit 1bab940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cli/cmd/launch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ mp::ParseCode cmd::Launch::parse_args(mp::ArgParser* parser)
QCommandLineOption mountOption("mount",
"Mount a local directory inside the instance. If <target> is omitted, the "
"mount point will be under /home/ubuntu/<source-dir>, where <source-dir> is "
"the name of the <source> directory",
"the name of the <source> directory.",
"source>:<target");

parser->addOptions({cpusOption, diskOption, memOption, memOptionDeprecated, nameOption, cloudInitOption,
Expand Down

0 comments on commit 1bab940

Please sign in to comment.