From 1bab940ffa07ec1eeab00ddd4995eb13d8dbe042 Mon Sep 17 00:00:00 2001 From: Giulia Zanchi Date: Wed, 11 Dec 2024 15:51:55 +0100 Subject: [PATCH] Update launch.cpp help text Minor update to add a missing "." at the end of the help text for the --mount option. Signed-off-by: Giulia Zanchi --- src/client/cli/cmd/launch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/cli/cmd/launch.cpp b/src/client/cli/cmd/launch.cpp index d402681f49..a4ba8f1927 100644 --- a/src/client/cli/cmd/launch.cpp +++ b/src/client/cli/cmd/launch.cpp @@ -235,7 +235,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,