me
/
guix
Archived
1
0
Fork 0

upgrade: Mention '--do-not-upgrade' in '--help' output.

* guix/scripts/upgrade.scm (show-help): Add '--do-not-upgrade'.
master
Ludovic Courtès 2020-10-12 11:48:45 +02:00
parent 51d3696480
commit 75e72dd34e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 0 deletions

View File

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