diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-11-21 11:23:25 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-11-21 14:41:13 +0300 |
commit | 1255400faabfcf0ca1666d17f2f34ea0d49f6b1f (patch) | |
tree | 4cfa8bed61f6594c83e66e72eb1bc069f27b6d81 /doc | |
parent | 3dd28aa37cc3f3a6bbb5f7f8d9fb49cc457b0c10 (diff) | |
download | guix-1255400faabfcf0ca1666d17f2f34ea0d49f6b1f.tar guix-1255400faabfcf0ca1666d17f2f34ea0d49f6b1f.tar.gz |
describe: Add profile option.
* guix/scripts/describe.scm (%options): Add profile option.
(show-help): Document this.
(display-checkout-info): Check for profile argument.
* doc/guix.texi (Invoking guix describe): Document this.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c2c778a28c..082e81bf7c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3275,6 +3275,10 @@ 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}). @end table + +@item --profile=@var{profile} +@itemx -p @var{profile} +Display information about @var{profile}. @end table @node Invoking guix pack |