[bug#33453] doc: Mention 'json' format in describe.

Message ID 20181121085340.27880-1-go.wigust@gmail.com
State Accepted
Headers show
Series [bug#33453] doc: Mention 'json' format in describe. | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Oleg Pykhalov Nov. 21, 2018, 8:53 a.m. UTC
* doc/guix.texi (Invoking guix describe): Mention 'json' format.
---
 doc/guix.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Ludovic Courtès Nov. 21, 2018, 10:54 a.m. UTC | #1
Oleg Pykhalov <go.wigust@gmail.com> skribis:

> * doc/guix.texi (Invoking guix describe): Mention 'json' format.

Oh, this should be squashed with the commit that adds this feature.

Ludo’.

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index c2c778a28..3e7b0a9f4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3273,7 +3273,10 @@  produce human-readable output;
 @item channels
 produce a list of channel specifications that can be passed to @command{guix
 pull -C} or installed as @file{~/.config/guix/channels.scm} (@pxref{Invoking
-guix pull}).
+guix pull});
+@item json
+@cindex JSON
+produce a list of channel specifications in JSON format.
 @end table
 @end table