Merge pull request #7212 from wentasah/profile-help

Improve --profile description
This commit is contained in:
Théophane Hufschmitt 2022-10-25 10:38:35 +02:00 committed by GitHub
commit b154070ab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ MixProfile::MixProfile()
{
addFlag({
.longName = "profile",
.description = "The profile to update.",
.description = "The profile to operate on.",
.labels = {"path"},
.handler = {&profile},
.completer = completePath