Skip to content

Commit

Permalink
apply Giulia's suggestions to short_help
Browse files Browse the repository at this point in the history
Co-authored-by: Giulia Zanchi <giulia.zanchi@canonical.com>
Signed-off-by: levkropp <levkropp@protonmail.com>
  • Loading branch information
levkropp and giuliazanchi committed Aug 29, 2024
1 parent d6e50ba commit 97d0322
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 @@ -122,7 +122,7 @@ std::vector<std::string> cmd::Shell::aliases() const

QString cmd::Shell::short_help() const
{
return QStringLiteral("Open a shell on the primary or specified instance");
return QStringLiteral("Open a shell on an instance");
}

QString cmd::Shell::description() const
Expand Down

0 comments on commit 97d0322

Please sign in to comment.