From 8f315551d4eaeb2d1f580aaabb5f3673867150c5 Mon Sep 17 00:00:00 2001 From: ochorocho Date: Tue, 9 Mar 2021 21:49:54 +0100 Subject: [PATCH] Remove output "summary" from fund command. Fund does not provide this type of format. (#9748) --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 53ebaeb87..45176dfcd 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -485,7 +485,7 @@ get machine-readable output. ### Options -* **--format:** Format of the output: text, json or summary (default: "text") +* **--format (-f):** Lets you pick between text (default) or json output format. ## depends (why)