Skip to content

Commit

Permalink
Clarify documentation for list
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Feb 3, 2025
1 parent 3f46d58 commit cbc8d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/Dev/Anoma/Prove/Options/ProveArgTag.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ proveArgTagHelp = itemize (tagHelp <$> allElements)
(mvar, explain) = first sty $ case t of
ProveArgTagNat -> ("NATURAL", "is passed verbatim as a nockma atom")
ProveArgTagByteArray -> ("FILE", "is a file containing bytes that represent a ByteArray")
ProveArgTagList -> ("FILE", "is a file containing a newline delimited list of byte64 bytes that represents a list of jammed nouns")
ProveArgTagList -> ("FILE", "is a file containing a newline delimited list of base64 encoded jammed nouns that represent a Nock list of jammed nouns")
ProveArgTagBase64 -> ("FILE", "is a file containing a base64 encoded nockma atom that represents a" <+> jammedNoun)
ProveArgTagBytes -> ("FILE", "is a file containing bytes of a nockma atom that represents a" <+> jammedNoun)
ProveArgTagBase64UnJammed -> ("FILE", "is a file containing a base64 encoded nockma atom that represents an" <+> unjammedAtom)
Expand Down

0 comments on commit cbc8d08

Please sign in to comment.