Skip to content

Commit

Permalink
Fix fmtRef string.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevina committed Jul 31, 2018
1 parent 038b7f7 commit 056eac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid-fmt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const fmtRef = `
%d hash digest encoded in base %b (with 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 without multibase prefix
%S cid string encoded in base %b without multibase prefix
%P cid prefix: %v-%c-%h-%L
(1) For CID version 0 the multibase must be base58btc and no prefix is
Expand Down

0 comments on commit 056eac1

Please sign in to comment.