From bc7d33eeffd72b269b1f4ae7acbc0bbe3670d40e Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 6 Oct 2023 15:23:30 -0700 Subject: [PATCH] build/sage_bootstrap/cmdline.py: Explain default --- build/sage_bootstrap/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/sage_bootstrap/cmdline.py b/build/sage_bootstrap/cmdline.py index c62ca6d3a01..3ea6b9b7cb8 100644 --- a/build/sage_bootstrap/cmdline.py +++ b/build/sage_bootstrap/cmdline.py @@ -217,7 +217,7 @@ def make_parser(): type=str, default=[':all-or-nothing:'], nargs='*', help=('package name or designator for all packages of a given type ' '(one of :all:, :standard:, :optional:, and :experimental:); ' - 'default: :all:')) + 'default: :all: (or nothing when --include-dependencies or --exclude-dependencies is given')) parser_list.add_argument( '--has-file', action='append', default=[], metavar='FILENAME', dest='has_files', help=('only include packages that have this file in their metadata directory '