From 1af6326b9722860bd34698ae43cf0fcb89bf32ae Mon Sep 17 00:00:00 2001 From: hackrush Date: Fri, 27 Jul 2018 23:34:37 +0530 Subject: [PATCH] Fix account_balance's doc strings --- lbrynet/daemon/Daemon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index cbaa7c2ef..025184f83 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -3133,14 +3133,14 @@ class Daemon(AuthJSONRPCServer): Usage: account_balance [] [--confirmations=] - [--include-reserved] [--include-claims] + [--include_reserved] [--include_claims] Options: --account= : (str) If provided only the balance for this account will be given --confirmations= : (int) required confirmations (default: 6) - --include-reserved : (bool) include reserved UTXOs (default: false) - --include-claims : (bool) include claims, requires than a + --include_reserved : (bool) include reserved UTXOs (default: false) + --include_claims : (bool) include claims, requires than a LBC account is specified (default: false) Returns: