From: AJ ONeal Date: Wed, 29 Jun 2022 06:25:35 +0000 (-0600) Subject: docs: add official CrowdNode docs to help output X-Git-Tag: v1.6.0~2 X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=commitdiff_plain;h=5dbccedf943f0f768d80a9da1bffff061a5cef3e;hp=20076668bf50cf75e2ec87f3f121187786cb6f37 docs: add official CrowdNode docs to help output --- diff --git a/bin/crowdnode.js b/bin/crowdnode.js index 516dd8a..adb6306 100755 --- a/bin/crowdnode.js +++ b/bin/crowdnode.js @@ -118,6 +118,19 @@ function showHelp() { " crowdnode http SetReferral ./privkey.wif ", ); console.info(""); + console.info("Official CrowdNode Resources"); + console.info(""); + console.info("Homepage:"); + console.info(" https://crowdnode.io/"); + console.info(""); + console.info("Terms of Service:"); + console.info(" https://crowdnode.io/terms/"); + console.info(""); + console.info("BlockChain API Guide:"); + console.info( + " https://knowledge.crowdnode.io/en/articles/5963880-blockchain-api-guide", + ); + console.info(""); } let cmds = {};