From 034af3c24b01a9ceecb82b08e8d53c9c143bb461 Mon Sep 17 00:00:00 2001 From: Val Repsys Date: Mon, 1 Oct 2018 17:00:51 +0300 Subject: [PATCH] fix url in gaia_getfile example --- src/argparse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argparse.js b/src/argparse.js index bd3e038..e7096df 100644 --- a/src/argparse.js +++ b/src/argparse.js @@ -408,7 +408,7 @@ const CLI_ARGS = { 'Example without encryption:\n' + '\n' + ' $ # Get an unencrypted, unsigned file\n' + - ' $ blockstack-cli gaia_getfile ryan.id http://public.ykliao.com statuses.json\n' + + ' $ blockstack-cli gaia_getfile ryan.id http://publik.ykliao.com statuses.json\n' + ' [{"id":0,"text":"Hello, Blockstack!","created_at":1515786983492}]\n' + '\n' + 'Example with encryption:\n' +