Commit 056eac16 authored by Kevin Atkinson's avatar Kevin Atkinson

Fix fmtRef string.

parent 038b7f7c
...@@ -34,7 +34,7 @@ const fmtRef = ` ...@@ -34,7 +34,7 @@ const fmtRef = `
%d hash digest encoded in base %b (with multibase prefix) %d hash digest encoded in base %b (with multibase prefix)
%D hash digest encoded in base %b without multibase prefix %D hash digest encoded in base %b without multibase prefix
%s cid string encoded in base %b (1) %s cid string encoded in base %b (1)
%s cid string encoded in base %b without multibase prefix %S cid string encoded in base %b without multibase prefix
%P cid prefix: %v-%c-%h-%L %P cid prefix: %v-%c-%h-%L
(1) For CID version 0 the multibase must be base58btc and no prefix is (1) For CID version 0 the multibase must be base58btc and no prefix is
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment