[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: upgrade: Mention '--do-not-upgrade' in '--help' output.
From: |
guix-commits |
Subject: |
01/09: upgrade: Mention '--do-not-upgrade' in '--help' output. |
Date: |
Mon, 12 Oct 2020 12:25:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 75e72dd34ef7001ac16e1abfd117672378326aad
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 12 11:48:45 2020 +0200
upgrade: Mention '--do-not-upgrade' in '--help' output.
* guix/scripts/upgrade.scm (show-help): Add '--do-not-upgrade'.
---
guix/scripts/upgrade.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guix/scripts/upgrade.scm b/guix/scripts/upgrade.scm
index 8c7abd1..5ec8443 100644
--- a/guix/scripts/upgrade.scm
+++ b/guix/scripts/upgrade.scm
@@ -36,6 +36,8 @@ This is an alias for 'guix package -u'.\n"))
-p, --profile=PROFILE use PROFILE instead of the user's default profile"))
(display (G_ "
-v, --verbosity=LEVEL use the given verbosity LEVEL"))
+ (display (G_ "
+ --do-not-upgrade[=REGEXP] do not upgrade any packages matching REGEXP"))
(newline)
(show-build-options-help)
(newline)
- branch master updated (51d3696 -> a2ed00f), guix-commits, 2020/10/12
- 01/09: upgrade: Mention '--do-not-upgrade' in '--help' output.,
guix-commits <=
- 03/09: substitute: Reduce default narinfo negative TTL to 1h., guix-commits, 2020/10/12
- 02/09: tests: Add missing copyright line., guix-commits, 2020/10/12
- 04/09: gnu: gcc-toolchain: Add 'GUIX_LOCPATH' to the search paths., guix-commits, 2020/10/12
- 07/09: packages: Add 'package-with-c-toolchain'., guix-commits, 2020/10/12
- 09/09: news: Add entry for '--with-c-toolchain'., guix-commits, 2020/10/12
- 05/09: gnu: clang-toolchain: Add 'GUIX_LOCPATH' to the search paths., guix-commits, 2020/10/12
- 06/09: gnu: clang-toolchain: Create 'cc' and 'c++' symlinks., guix-commits, 2020/10/12
- 08/09: guix build: Add '--with-c-toolchain'., guix-commits, 2020/10/12