Skip to content

Commit

Permalink
apply Giulia's suggestions to description
Browse files Browse the repository at this point in the history
  • Loading branch information
levkropp committed Aug 29, 2024
1 parent 97d0322 commit 3ecba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cli/cmd/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ QString cmd::Shell::short_help() const
QString cmd::Shell::description() const
{
return QStringLiteral(
"Open a shell prompt on the instance. If the instance is not running, it will automatically be started.");
"Open a shell prompt on the instance. If the instance is not running, it will be started automatically.");
}

mp::ParseCode cmd::Shell::parse_args(mp::ArgParser* parser)
Expand Down

0 comments on commit 3ecba40

Please sign in to comment.