diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-10-12 11:48:45 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-12 18:23:47 +0200 |
commit | 75e72dd34ef7001ac16e1abfd117672378326aad (patch) | |
tree | de886113ada800ccf08f4b694c453c7dd2666e16 | |
parent | 51d36964800013b679a499927208444cf1374ba1 (diff) | |
download | guix-75e72dd34ef7001ac16e1abfd117672378326aad.tar.gz guix-75e72dd34ef7001ac16e1abfd117672378326aad.zip |
upgrade: Mention '--do-not-upgrade' in '--help' output.
* guix/scripts/upgrade.scm (show-help): Add '--do-not-upgrade'.
-rw-r--r-- | guix/scripts/upgrade.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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) |