We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3a211e + b5b89cc commit e0bf779Copy full SHA for e0bf779
1 file changed
cardano-cli/src/Cardano/CLI/Parser.hs
@@ -71,7 +71,9 @@ readStringOfMaxLength maxLen = do
71
else
72
fail $
73
mconcat
74
- [ "The provided string must have at most 128 characters, but it has "
+ [ "The provided string must have at most "
75
+ , show maxLen
76
+ , " characters, but it has "
77
, show strLen
78
, " characters."
79
]
0 commit comments