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:
Botond Dénes
2022-06-15 09:01:10 +03:00
committed by Avi Kivity
parent 1e7360ef6d
commit 2b62f67593

View File

@@ -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) {