We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d2f23 commit 33a6019Copy full SHA for 33a6019
linodecli/arg_helpers.py
@@ -85,7 +85,8 @@ def register_args(parser: ArgumentParser) -> ArgumentParser:
85
"--raw-body",
86
type=str,
87
help="The raw body to use for the request body. "
88
- + "This can only be used if action-specific arguments are not specified.",
+ + "This argument cannot be used if action-specific arguments are specified. "
89
+ + "Additionally, this argument can only be used with POST and PUT actions.",
90
)
91
92
# Register shared argument groups
0 commit comments