guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]