This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = {
1515 default : 'base64'
1616 } ,
1717 'cid-base' : {
18- describe : 'Number base to display CIDs in.' ,
18+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
1919 type : 'string' ,
2020 choices : multibase . names
2121 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111
1212 builder : {
1313 'cid-base' : {
14- describe : 'Number base to display CIDs in.' ,
14+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
1515 type : 'string' ,
1616 choices : multibase . names
1717 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111
1212 builder : {
1313 'cid-base' : {
14- describe : 'Number base to display CIDs in.' ,
14+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
1515 type : 'string' ,
1616 choices : multibase . names
1717 }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
1313
1414 builder : {
1515 'cid-base' : {
16- describe : 'Number base to display CIDs in.' ,
16+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
1717 type : 'string' ,
1818 choices : multibase . names
1919 }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module.exports = {
2525
2626 builder : {
2727 'cid-base' : {
28- describe : 'Number base to display CIDs in.' ,
28+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
2929 type : 'string' ,
3030 choices : multibase . names
3131 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111
1212 builder : {
1313 'cid-base' : {
14- describe : 'Number base to display CIDs in.' ,
14+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
1515 type : 'string' ,
1616 choices : multibase . names
1717 }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module.exports = {
2525
2626 builder : {
2727 'cid-base' : {
28- describe : 'Number base to display CIDs in.' ,
28+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
2929 type : 'string' ,
3030 choices : multibase . names
3131 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module.exports = {
2727 default : 'json'
2828 } ,
2929 'cid-base' : {
30- describe : 'Number base to display CIDs in.' ,
30+ describe : 'Number base to display CIDs in. Note: specifying a CID base for v0 CIDs will have no effect. ' ,
3131 type : 'string' ,
3232 choices : multibase . names
3333 }
You can’t perform that action at this time.
0 commit comments