From 31b9d22649f4ed50232eaebe284347034e3ec1a0 Mon Sep 17 00:00:00 2001 From: Sonata Green Date: Fri, 19 Aug 2016 21:12:02 -0500 Subject: [PATCH] spelling fix --- lbrynet/lbrynet_daemon/LBRYDaemonCLI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py b/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py index 116fd32cb..1d9733b19 100644 --- a/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py +++ b/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py @@ -4,7 +4,7 @@ import json from lbrynet.conf import API_CONNECTION_STRING from jsonrpc.proxy import JSONRPCProxy -help_msg = "Useage: lbrynet-cli method json-args\n" \ +help_msg = "Usage: lbrynet-cli method json-args\n" \ + "Examples: " \ + "lbrynet-cli resolve_name '{\"name\": \"what\"}'\n" \ + "lbrynet-cli get_balance\n" \