Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Dec 19, 2024
1 parent 0b5a991 commit 859c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/cli/commands/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def graph_info(conan_api, parser, subparser, *args):
subparser.add_argument("--build-require", action='store_true', default=False,
help='Whether the provided reference is a build-require')
subparser.add_argument("--out-file", action=OnceArgument,
help="Filename of the file to save the output of the formatter.")
help="Filename of the file to save the output of the formatter.")

args = parser.parse_args(*args)

Expand Down

0 comments on commit 859c512

Please sign in to comment.