diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-01-14 00:03:32 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-14 00:57:51 +0100 |
commit | 153b62957cd5b08ccc2440854c90b5693ba52eea (patch) | |
tree | a77e825c1e9af7d04e48c41f6fbff7d5ebd6964a /doc | |
parent | 4d8e95097e5c40da9dd57d358bd189dcf82ff9bf (diff) | |
download | gnu-guix-153b62957cd5b08ccc2440854c90b5693ba52eea.tar gnu-guix-153b62957cd5b08ccc2440854c90b5693ba52eea.tar.gz |
challenge: Add '--verbose'.
* guix/scripts/challenge.scm (summarize-report): Add #:verbose?
parameter.
[report-hashes]: New procedure. Use it.
Honor VERBOSE? in the 'match case.
(show-help, %options): Add '--verbose'.
(guix-challenge): Honor it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c495e39f42..fa07aba5ad 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6412,6 +6412,11 @@ The one option that matters is: Consider @var{urls} the whitespace-separated list of substitute source URLs to compare to. +@item --verbose +@itemx -v +Show details about matches (identical contents) in addition to +information about mismatches. + @end table @node Invoking guix copy |