diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-10-25 10:38:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 10:38:35 +0200 |
commit | b154070ab08ccaac673b07fa10138d107859e19e (patch) | |
tree | 5eec351dfede66f7b37977afe60cb3782f75f269 /src | |
parent | b3d2a05c59266688aa904d5fb326394cbb7e9e90 (diff) | |
parent | a9a868fe6a456a52cf08244dbb87d67798ed3f9c (diff) |
Merge pull request #7212 from wentasah/profile-help
Improve --profile description
Diffstat (limited to 'src')
-rw-r--r-- | src/libcmd/command.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/command.cc b/src/libcmd/command.cc index 1fdd9e0bd..0740ea960 100644 --- a/src/libcmd/command.cc +++ b/src/libcmd/command.cc @@ -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 |