summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2018-11-21 16:35:38 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2018-11-22 21:17:55 +0300
commit85e9c4b91990008f2b6b07c5de6f14427d7c3a06 (patch)
treeac14715d4894f430ef495632df99208da589017a /doc/guix.texi
parent81a40ee0cb925bc39e3044bddcfdd38ddb04f04d (diff)
downloadgnu-guix-85e9c4b91990008f2b6b07c5de6f14427d7c3a06.tar
gnu-guix-85e9c4b91990008f2b6b07c5de6f14427d7c3a06.tar.gz
describe: Add recutils format.
* guix/scripts/describe.scm (channel->recutils): New procedure. (display-checkout-info, display-profile-info): Use this. (%options): Add 'recutils' option. * doc/guix.texi (Invoking guix describe): Document this.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3413eb30f2..44594d1680 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3276,7 +3276,9 @@ pull -C} or installed as @file{~/.config/guix/channels.scm} (@pxref{Invoking
guix pull});
@item json
@cindex JSON
-produce a list of channel specifications in JSON format.
+produce a list of channel specifications in JSON format;
+@item recutils
+produce a list of channel specifications in Recutils format.
@end table
@item --profile=@var{profile}