From 75e72dd34ef7001ac16e1abfd117672378326aad Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 12 Oct 2020 11:48:45 +0200 Subject: 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(+) (limited to 'guix/scripts/upgrade.scm') diff --git a/guix/scripts/upgrade.scm b/guix/scripts/upgrade.scm index 8c7abd133a..5ec844328e 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) -- cgit v1.2.3