Skip to content

Commit

Permalink
Fix help text for profiles args (#14967)
Browse files Browse the repository at this point in the history
Changelog: Fix: Fix help command for profile args
Docs: TODO: To be changed with #14727

Fixed minor bug found while looking around profile show command code
with @RubenRBS.
  • Loading branch information
juansblanco authored Oct 19, 2023
2 parents 12c2b69 + 0deadb6 commit cc826b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/cli/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def create_config(short, long, example=None):
action="append",
dest=f"{long}_host",
metavar=long.upper(),
help='Apply the specified profile. '
help=f'Apply the specified {long}. '
f'By default, or if specifying -{short}:h (--{long}:host), it applies to the host context. '
f'Use -{short}:b (--{long}:build) to specify the build context, '
f'or -{short}:a (--{long}:all) to specify both contexts at once'
Expand Down

0 comments on commit cc826b2

Please sign in to comment.