Skip to content

Commit 33a6019

Browse files
Update help
1 parent 31d2f23 commit 33a6019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linodecli/arg_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def register_args(parser: ArgumentParser) -> ArgumentParser:
8585
"--raw-body",
8686
type=str,
8787
help="The raw body to use for the request body. "
88-
+ "This can only be used if action-specific arguments are not specified.",
88+
+ "This argument cannot be used if action-specific arguments are specified. "
89+
+ "Additionally, this argument can only be used with POST and PUT actions.",
8990
)
9091

9192
# Register shared argument groups

0 commit comments

Comments
 (0)