tools/scylla-types: escape {} chars in description
So fmt::format() doesn't interpret them as substitutions and doesn't error-out because there is no argument for them. Closes #10803
This commit is contained in:
@@ -214,7 +214,7 @@ a required number of arguments. The supported actions are:
|
||||
|
||||
For more information about individual actions, see their specific help:
|
||||
|
||||
$ scylla types {action} --help
|
||||
$ scylla types {{action}} --help
|
||||
)";
|
||||
|
||||
if (found_ah) {
|
||||
|
||||
Reference in New Issue
Block a user