Skip to content

Commit

Permalink
chore[tool]: mention that output format is comma separated (#4467)
Browse files Browse the repository at this point in the history
because the -p flag is multiple (e.g. `-p path1 -p path2`) whereas
output format is comma separated, this can lead to confusion for
users. add a note to the help text.
  • Loading branch information
antazoey authored Jan 27, 2025
1 parent 762eec6 commit 015868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/cli/vyper_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from vyper.typing import ContractPath, OutputFormats
from vyper.utils import uniq

format_options_help = """Format to print, one or more of:
format_options_help = """Format to print, one or more of (comma-separated):
bytecode (default) - Deployable bytecode
bytecode_runtime - Bytecode at runtime
blueprint_bytecode - Deployment bytecode for an ERC-5202 compatible blueprint
Expand Down

0 comments on commit 015868a

Please sign in to comment.