Skip to content

Commit

Permalink
Merge pull request #3648 from canonical/fix-parens-typo
Browse files Browse the repository at this point in the history
[cli] Fix typo in help text
  • Loading branch information
ricab authored Aug 29, 2024
2 parents c9f3ace + 561cd25 commit 5c779fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cli/cmd/start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mp::ParseCode cmd::Start::parse_args(mp::ArgParser* parser)
? std::make_pair(QString{"Names of instances to start."}, QString{"<name> [<name> ...]"})
: std::make_pair(QString{"Names of instances to start. If omitted, and without the --all option, '%1' (the "
"configured primary instance name) will be assumed. If '%1' does not exist but is "
"included in a successful start command either implicitly or explicitly), it is "
"included in a successful start command (either implicitly or explicitly), it is "
"launched automatically (see `launch` for more info)."}
.arg(petenv_name),
QString{"[<name> ...]"});
Expand Down

0 comments on commit 5c779fc

Please sign in to comment.