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
+1 -1
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