[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33454] [PATCH] describe: Add profile option.
From: |
Ludovic Courtès |
Subject: |
[bug#33454] [PATCH] describe: Add profile option. |
Date: |
Wed, 21 Nov 2018 10:40:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Oleg,
Oleg Pykhalov <address@hidden> skribis:
> * 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.
Good idea!
> address@hidden -p @var{profile}
> +Display information in the given @var{profile}.
s/in the given/about/
> + (display (G_ "
> + -p, --profile=PROFILE display information in the given PROFILE"))
Same here.
OK with these changes, thanks!
Ludo’.